Skip to content

Commit e8191f8

Browse files
committed
test: fixed wrong import
1 parent facf27a commit e8191f8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/test_idf_backend.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
import pytest
44
import numpy as np
5-
from idf_analysis.idf_backend import IdfParameters
5+
from idf_analysis.idf_backend_2012 import IdfParameters
66
from idf_analysis.definitions import SERIES, METHOD, PARAM, APPROACH
77
from idf_analysis.parameter_formulas import HyperbolicAuto, DoubleLogNormAuto, LinearFormula
88

0 commit comments

Comments
 (0)