Skip to content

Commit

Permalink
Debugging...
Browse files Browse the repository at this point in the history
  • Loading branch information
lukas-phaf committed Jan 16, 2024
1 parent da15f04 commit 875731b
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 @@ -9,7 +9,7 @@
from locust import task
from netcdf_file_to_requests import generate_dummy_requests_from_netcdf_per_station_per_timestamp


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

# stations = [
Expand Down

0 comments on commit 875731b

Please sign in to comment.