Skip to content

Commit

Permalink
fix file name
Browse files Browse the repository at this point in the history
  • Loading branch information
cwhanse committed Apr 8, 2024
1 parent 83592a2 commit ac12f36
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/examples/snow-detection/snow-mode.py
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
data_file = pvanalytics_dir / 'data' / 'snow_data.csv'
snowfall_file = pvanalytics_dir / 'data' / 'snow_snowfall.csv'
mask_file = pvanalytics_dir / 'data' / 'snow_mask.csv'
config_file = pvanalytics_dir / 'data' / 'snowconfig.json'
config_file = pvanalytics_dir / 'data' / 'snow_config.json'

with open(config_file) as json_data:
config = json.load(json_data)
Expand Down

0 comments on commit ac12f36

Please sign in to comment.