Skip to content

Commit

Permalink
Spelling
Browse files Browse the repository at this point in the history
  • Loading branch information
kkaris committed Jul 14, 2023
1 parent 7db9f6c commit 4f5db8d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_model_api.py
Original file line number Diff line number Diff line change
Expand Up @@ -673,7 +673,7 @@ def test_counts_to_dimensionless_amr(self):
for initial in tm_dimless.initials.values():
assert initial.concept.units.expression.args[0].equals(1)

def test_reconstruct_ode_semnatics_endpoint(self):
def test_reconstruct_ode_semantics_endpoint(self):
# Load test file
from mira.sources.askenet.flux_span import test_file_path
strat_model = json.load(test_file_path.open())
Expand Down

0 comments on commit 4f5db8d

Please sign in to comment.