We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent adb032c commit db8df2fCopy full SHA for db8df2f
1 file changed
src/02_para_estimation.py
@@ -56,13 +56,13 @@
56
fittingplotname="fit.pdf",
57
interactplotname="parainteract.pdf",
58
estname="estimate.txt",
59
- run=False,
+ # run=False,
60
)
61
# 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
- # )
+ estimation.sensitivity(
+ folder=os.path.join(results, well),
+ dbname="sens_db",
+ plotname="sens.pdf",
+ traceplotname="sens_trace.pdf",
+ sensname="sens_estimate.txt",
+ )
0 commit comments