Skip to content

Commit

Permalink
Adapt dry run test
Browse files Browse the repository at this point in the history
 - Reduce lower bound memory to 60.0
  • Loading branch information
jorblancoa committed Oct 23, 2024
1 parent e0d8626 commit 6a048fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/integration-e2e/test_dry_run_workflow.py
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ def test_dry_run_workflow(neurodamus_instance, USECASE3):

assert 20.0 <= nd._dry_run_stats.cell_memory_total <= 30.0
assert 0.0 <= nd._dry_run_stats.synapse_memory_total <= 1.0
assert 70.0 <= nd._dry_run_stats.base_memory <= 120.0
assert 60.0 <= nd._dry_run_stats.base_memory <= 120.0
expected_items = {
'L4_PC-dSTUT': 2,
'L4_MC-dSTUT': 1,
Expand Down

0 comments on commit 6a048fc

Please sign in to comment.