Skip to content

Commit c5a7c8a

Browse files
test: fixed formatting
1 parent daf073e commit c5a7c8a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

tests/test_jos3.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1604,6 +1604,8 @@ def test_nonshivering():
16041604
age_older = age_list[i + 1]
16051605
assert sum_q_nst_by_age[age_younger] > sum_q_nst_by_age[age_older]
16061606

1607+
1608+
def test_cold_acclimation_non_shivering():
16071609
# Test cold acclimation that affects NST limit
16081610
err_sk = np.ones(17) * -10 # Set -10 to check the NST limit is working
16091611
q_nst_no_acclimation = nonshivering(
@@ -1624,9 +1626,7 @@ def test_nonshivering():
16241626
age=20,
16251627
bsa_equation="dubois",
16261628
)
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)
16301630

16311631

16321632
def test_sum_bf():

0 commit comments

Comments
 (0)