Skip to content

Commit eaba028

Browse files
committed
Update HARK_PRECISION import path in test
Changed the import of HARK_PRECISION from 'HARK.tests' to 'tests' in test_ConsHealthModel.py to reflect the correct module location.
1 parent e12a94f commit eaba028

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/ConsumptionSaving/test_ConsHealthModel.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import unittest
2-
from HARK.tests import HARK_PRECISION
2+
from tests import HARK_PRECISION
33
from HARK.ConsumptionSaving.ConsHealthModel import BasicHealthConsumerType
44

55

0 commit comments

Comments
 (0)