Skip to content

Commit db8df2f

Browse files
committed
uncomment calls
1 parent adb032c commit db8df2f

1 file changed

Lines changed: 8 additions & 8 deletions

File tree

src/02_para_estimation.py

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -56,13 +56,13 @@
5656
fittingplotname="fit.pdf",
5757
interactplotname="parainteract.pdf",
5858
estname="estimate.txt",
59-
run=False,
59+
# run=False,
6060
)
6161
# estimate the sensitivites
62-
# estimation.sensitivity(
63-
# folder=os.path.join(results, well),
64-
# dbname="sens_db",
65-
# plotname="sens.pdf",
66-
# traceplotname="sens_trace.pdf",
67-
# sensname="sens_estimate.txt",
68-
# )
62+
estimation.sensitivity(
63+
folder=os.path.join(results, well),
64+
dbname="sens_db",
65+
plotname="sens.pdf",
66+
traceplotname="sens_trace.pdf",
67+
sensname="sens_estimate.txt",
68+
)

0 commit comments

Comments
 (0)