-
Notifications
You must be signed in to change notification settings - Fork 472
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix test_nonnumeric_magnitudes
#661
Closed
Closed
Commits on Jul 22, 2018
-
Configuration menu - View commit details
-
Copy full SHA for 3af7a56 - Browse repository at this point
Copy the full SHA 3af7a56View commit details -
Merge pull request #1 from labrys/develop
Fix `test_nonnumeric_magnitudes`
Configuration menu - View commit details
-
Copy full SHA for 1db8a88 - Browse repository at this point
Copy the full SHA 1db8a88View commit details -
Configuration menu - View commit details
-
Copy full SHA for 05c0aa3 - Browse repository at this point
Copy the full SHA 05c0aa3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2b5dca8 - Browse repository at this point
Copy the full SHA 2b5dca8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6eda2e7 - Browse repository at this point
Copy the full SHA 6eda2e7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6216a86 - Browse repository at this point
Copy the full SHA 6216a86View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5edc90e - Browse repository at this point
Copy the full SHA 5edc90eView commit details -
Fix "min" is a python builtin and is being shadowed
Refactor min -> minimum
Configuration menu - View commit details
-
Copy full SHA for 1254fb3 - Browse repository at this point
Copy the full SHA 1254fb3View commit details -
Fix "max" is a python builtin and is being shadowed
Refactor max -> maximum
Configuration menu - View commit details
-
Copy full SHA for 8271a5c - Browse repository at this point
Copy the full SHA 8271a5cView commit details -
Bare except also catches unexpected events like memory errors, interrupts, system exit, and so on. Prefer the specific exception or `except Exception:` for general exceptions. If you're sure what you're doing, be explicit and write `except BaseException:`.
Configuration menu - View commit details
-
Copy full SHA for ea2a116 - Browse repository at this point
Copy the full SHA ea2a116View commit details -
Configuration menu - View commit details
-
Copy full SHA for b4a416b - Browse repository at this point
Copy the full SHA b4a416bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 44351cf - Browse repository at this point
Copy the full SHA 44351cfView commit details
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.