Skip to content
Snippets Groups Projects
Commit e06e7caf authored by Cain, Payton David's avatar Cain, Payton David
Browse files

Remove scale from update_absolutes return value

parent 8817b1cd
No related branches found
No related tags found
No related merge requests found
...@@ -94,7 +94,7 @@ def calculate(reading): ...@@ -94,7 +94,7 @@ def calculate(reading):
result = [resultH, resultD, resultZ] result = [resultH, resultD, resultZ]
return result, scale return result
def calculate_I(measurements, ordinates, ordinates_index, mean, metadata): def calculate_I(measurements, ordinates, ordinates_index, mean, metadata):
......
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