Skip to content

Commit

Permalink
azs - DLC - fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
zsarnoczay committed May 7, 2024
1 parent 630d09a commit bf8ccb5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pelicun/tools/DL_calculation.py
Original file line number Diff line number Diff line change
Expand Up @@ -449,7 +449,7 @@ def run_pelicun(
)
if not sample_size_str:
# give up
print('Sampling size not provided in config file.')
print('Sample size not provided in config file.')
return -1
sample_size = int(sample_size_str)

Expand Down

0 comments on commit bf8ccb5

Please sign in to comment.