File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 33import pytest
44import numpy as np
55from ogcore .parameters import Specifications , revision_warnings_errors
6- from ogcore import utils
76
87# get path to puf if puf.csv in ogcore/ directory
98CUR_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 ,
You can’t perform that action at this time.
0 commit comments