From 3554a8dfe8aec375316cce2c0420b60ed119f1bc Mon Sep 17 00:00:00 2001 From: Ben Gyori Date: Wed, 15 May 2024 07:37:59 -0400 Subject: [PATCH] Revert added deserialization --- tests/test_model_api.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/tests/test_model_api.py b/tests/test_model_api.py index 0ed9080f..85ee2de3 100644 --- a/tests/test_model_api.py +++ b/tests/test_model_api.py @@ -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(