Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
jcblemai committed Nov 15, 2023
1 parent f32d946 commit 7ef34d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion flepimop/gempyor_pkg/src/gempyor/compartments.py
Original file line number Diff line number Diff line change
Expand Up @@ -476,7 +476,7 @@ def parse_parameter_strings_to_numpy_arrays_v2(self, parameters, parameter_names
f = sp.sympify(formula, locals=symbolic_parameters_namespace)
parsed_formulas.append(f)
except Exception as e:
print(f"Cannot parse formula: '{formula}' from paramters {parameter_names}")
print(f"Cannot parse formula: '{formula}' from parameters {parameter_names}")
raise (e) # Print the error message for debugging

# the list order needs to be right.
Expand Down

0 comments on commit 7ef34d4

Please sign in to comment.