Skip to content

Commit 4d26d62

Browse files
committed
reduce memory usuage of test
1 parent 7726a13 commit 4d26d62

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/discreteproblem_test.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ end
1717

1818
function execute_test(prob, u0, tf, rates, rs, Nsims, expected_avg, idx, test_name)
1919
for method in algs
20-
jump_prob = JumpProblem(prob, method, rs)
20+
jump_prob = JumpProblem(prob, method, rs, save_positions=(false,false))
2121
avg_val = runSSAs(jump_prob, Nsims, idx)
2222

2323
if dotestmean

0 commit comments

Comments
 (0)