Skip to content

Commit 88537d3

Browse files
committed
Add testing design matrix for poly.ert -- burn before merging
1 parent b3e1ca8 commit 88537d3

File tree

3 files changed

+4
-1
lines changed

3 files changed

+4
-1
lines changed

test-data/ert/poly_example/poly.ert

+3
Original file line numberDiff line numberDiff line change
@@ -12,5 +12,8 @@ MIN_REALIZATIONS 1
1212
GEN_KW COEFFS coeff_priors
1313
GEN_DATA POLY_RES RESULT_FILE:poly.out
1414

15+
-- DESIGN_MATRIX design_matrix.xlsx DESIGN_SHEET:DesignSheet01 DEFAULT_SHEET:DefaultValues
16+
DESIGN_MATRIX poly_design.xlsx DESIGN_SHEET:DesignSheet01 DEFAULT_SHEET:DefaultSheet
17+
1518
INSTALL_JOB poly_eval POLY_EVAL
1619
FORWARD_MODEL poly_eval
6.06 KB
Binary file not shown.

test-data/ert/poly_example/poly_eval.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
def _load_coeffs(filename):
66
with open(filename, encoding="utf-8") as f:
7-
return json.load(f)["COEFFS"]
7+
return json.load(f)["DESIGN_MATRIX"]
88

99

1010
def _evaluate(coeffs, x):

0 commit comments

Comments
 (0)