TNO Intern

Commit b91edcdd authored by Florian Knappers's avatar Florian Knappers
Browse files

back o p=95 for test for now

parent 8e63873c
Loading
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -14,11 +14,11 @@ def test_rosl_roslu():
        results_dir="C:/Users/knappersfy/work/thermogis/pythermogis/workdir/ROSL_ROSLU/output",
        aquifers=["ROSL_ROSLU"],
        segment_length=1,
        p_values=[50] # For now only calculating this value, because it is way faster than 50
        p_values=[95] # For now only calculating this value, because it is way faster than 50
    )
    result = run_utc_workflow(config)

    result.ROSL_ROSLU.utc_p50.plot() # should match p value in config
    result.ROSL_ROSLU.utc_p95.plot() # should match p value in config
    plt.show()

    print(result)
 No newline at end of file