File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -1604,6 +1604,8 @@ def test_nonshivering():
1604
1604
age_older = age_list [i + 1 ]
1605
1605
assert sum_q_nst_by_age [age_younger ] > sum_q_nst_by_age [age_older ]
1606
1606
1607
+
1608
+ def test_cold_acclimation_non_shivering ():
1607
1609
# Test cold acclimation that affects NST limit
1608
1610
err_sk = np .ones (17 ) * - 10 # Set -10 to check the NST limit is working
1609
1611
q_nst_no_acclimation = nonshivering (
@@ -1624,9 +1626,7 @@ def test_nonshivering():
1624
1626
age = 20 ,
1625
1627
bsa_equation = "dubois" ,
1626
1628
)
1627
- assert not np .array_equal (
1628
- q_nst_no_acclimation , q_nst_with_acclimation
1629
- ), "Cold acclimation did not change the result"
1629
+ assert not np .array_equal (q_nst_no_acclimation , q_nst_with_acclimation )
1630
1630
1631
1631
1632
1632
def test_sum_bf ():
You can’t perform that action at this time.
0 commit comments