Skip to content

Commit

Permalink
no deepcopy of model
Browse files Browse the repository at this point in the history
  • Loading branch information
thorek1 committed Sep 11, 2023
1 parent 3b120ef commit 1745f72
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/functionality_tests.jl
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
function functionality_test(m; algorithm = :first_order, plots = true, verbose = true)
m_orig = deepcopy(m)
# m_orig = deepcopy(m)
# figure out dependencies for defined parameters

# Check different inputs for get_steady_state
Expand Down

0 comments on commit 1745f72

Please sign in to comment.