Skip to content

Commit 16f75da

Browse files
Fix incorrect path
1 parent 3091858 commit 16f75da

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/src/examples/calibration.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ calib_data = CSV.read(
3737
)
3838

3939
# Historic extractions from the dam
40-
extraction_data = CSV.read("gauges/dam_extraction.csv", DataFrame; comment="#")
40+
extraction_data = CSV.read("../test/data/campaspe/gauges/dam_extraction.csv", DataFrame; comment="#")
4141

4242
# We now have a dataset for calibration (`calib_data`) and a dataset indicating the
4343
# historic dam extractions (`extraction_data`).

0 commit comments

Comments
 (0)