Skip to content

Commit

Permalink
Fix data path.
Browse files Browse the repository at this point in the history
  • Loading branch information
lukas-phaf committed Jan 16, 2024
1 parent ab3b68d commit da15f04
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion datastore/load-test/locustfile_write.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
from netcdf_file_to_requests import generate_dummy_requests_from_netcdf_per_station_per_timestamp


file_path = Path(Path(__file__).parents[1] / "test-data" / "KNMI" / "20230101.nc")
file_path = Path(Path(__file__).parents[1] / "data-loader" / "test-data" / "KNMI" / "20230101.nc")

# stations = [
# "06201",
Expand Down

0 comments on commit da15f04

Please sign in to comment.