Skip to content

Commit 7755807

Browse files
committed
Add copy for "constant" PARAM to MODEL and HALVING_MODEL
1 parent 38c2901 commit 7755807

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/test_app.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -77,8 +77,8 @@
7777
n_days=60,
7878
)
7979

80-
MODEL = Model(PARAM)
81-
HALVING_MODEL = Model(HALVING_PARAM)
80+
MODEL = Model(copy(PARAM))
81+
HALVING_MODEL = Model(copy(HALVING_PARAM))
8282

8383

8484
# set up

0 commit comments

Comments
 (0)