Skip to content

Commit c57c485

Browse files
committed
fix teset param values
1 parent 38f83e4 commit c57c485

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

tests/test_parameters.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
import pytest
44
import numpy as np
55
from ogcore.parameters import Specifications, revision_warnings_errors
6-
from ogcore import utils
76

87
# get path to puf if puf.csv in ogcore/ directory
98
CUR_PATH = os.path.abspath(os.path.dirname(__file__))
@@ -43,7 +42,6 @@ def test_compute_default_params():
4342
"rho": [[0.0, 0.0, 1.0]],
4443
"e": np.ones((3, 7)),
4544
"ubi_nom_017": 1000,
46-
"eta": np.ones((4, 3, 1)) / 12,
4745
"ubi_nom_1864": 1200,
4846
"ubi_nom_65p": 400,
4947
"ubi_growthadj": True,
@@ -55,7 +53,6 @@ def test_compute_default_params():
5553
"rho": [[0.0, 0.0, 1.0]],
5654
"e": np.ones((3, 7)),
5755
"ubi_nom_017": 1000,
58-
"eta": np.ones((4, 3, 1)) / 12,
5956
"ubi_nom_1864": 1200,
6057
"ubi_nom_max": 2000,
6158
"ubi_nom_65p": 400,
@@ -68,7 +65,6 @@ def test_compute_default_params():
6865
"rho": [[0.0, 0.0, 1.0]],
6966
"e": np.ones((3, 7)),
7067
"ubi_nom_017": 1000,
71-
"eta": np.ones((4, 3, 1)) / 12,
7268
"ubi_nom_1864": 1200,
7369
"ubi_nom_65p": 400,
7470
"ubi_growthadj": False,

0 commit comments

Comments
 (0)