Skip to content

Commit

Permalink
skip test of obtain_dependencies() with large (H1) model; doesn't run…
Browse files Browse the repository at this point in the history
… on CircleCI
  • Loading branch information
artgoldberg committed Jul 14, 2020
1 parent 26085a4 commit 82e7aca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_dynamic_components.py
Original file line number Diff line number Diff line change
Expand Up @@ -693,7 +693,7 @@ def sub_dependencies(dependencies, model_type):
DynamicCompartment):
self.assertEqual(sub_dependencies(dependencies, model_type), expected_dependencies[model_type.__name__])

# @unittest.skip("requires about 5 GB RAM and takes 0.5 hr.")
@unittest.skip("requires about 5 GB RAM and takes 0.5 hr.")
def test_large_obtain_dependencies(self):
# test obtain_dependencies() on a large model
H1_MODEL_SCALED_DOWN = os.path.join(os.path.dirname(__file__), 'fixtures', 'h1_scaled_down_model_core.xlsx')
Expand Down

0 comments on commit 82e7aca

Please sign in to comment.