Skip to content

Commit

Permalink
Revert added deserialization
Browse files Browse the repository at this point in the history
  • Loading branch information
bgyori committed May 15, 2024
1 parent e1d8047 commit 3554a8d
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions tests/test_model_api.py
Original file line number Diff line number Diff line change
Expand Up @@ -331,9 +331,6 @@ def test_biomodels_id_to_template_model(self):
params={'simplify_rate_laws': True})
self.assertEqual(200, response.status_code)

# Try to make a template model from the json
tm = TemplateModel.from_json(response.json())

# Test against locally made template model
xml_string = get_sbml_model(model_id=model_id)
local = template_model_from_sbml_string(
Expand Down

0 comments on commit 3554a8d

Please sign in to comment.