TNO Intern

Commit 0e96b36c authored by Florian Knappers's avatar Florian Knappers
Browse files

added small comments

parent c90a084a
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=[95]
        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_p95.plot()
    result.ROSL_ROSLU.utc_p95.plot() # should match p value in config
    plt.show()

    print(result)
 No newline at end of file