Loading tests/utc/test_rosl_roslu.py +2 −2 Original line number Diff line number Diff line Loading @@ -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 Loading
tests/utc/test_rosl_roslu.py +2 −2 Original line number Diff line number Diff line Loading @@ -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