Skip to content
Snippets Groups Projects
Commit e051257e authored by Joseph Ramsay's avatar Joseph Ramsay
Browse files

Re #20152 Fixed flake-8 warnings in sample_details

parent 963896cd
No related branches found
No related tags found
No related merge requests found
......@@ -255,8 +255,8 @@ def _check_value_is_physical(property_name, value):
if value <= 0 or math.isnan(value):
raise ValueError("The value set for {} was: {} which is impossible for a physical object".format(property_name,
original_value
))
original_value
))
def _check_can_convert_to_float(property_name, value):
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment