Some warnings/exceptions are incorrectly labelled #44
charlietian19
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Eg things like restarts in rhc.py (line 114) (under algorithms). I can't really fork the entire repo over right now, but there are a few changes to these that could be made. Eg the exception states that restarts must be a positive integer, but some leeway is allowed for restarts=0, so this message could be "non-negative" instead. There are a few examples of these throughout the code that I can bring up as well
Beta Was this translation helpful? Give feedback.
All reactions