Skip to content

Commit

Permalink
update get_l3 to add historical data
Browse files Browse the repository at this point in the history
  • Loading branch information
BaptisteVandecrux committed Jun 12, 2024
1 parent 0607d31 commit fe7149c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pypromice/process/get_l3.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ def get_l3():
m = os.path.join(os.path.dirname(pypromice.__file__),'process/metadata.csv')
else:
m = args.metadata

# Define input path
station_name = args.config_file.split('/')[-1].split('.')[0]
station_path = os.path.join(args.inpath, station_name)
Expand Down

0 comments on commit fe7149c

Please sign in to comment.