Skip to content
Snippets Groups Projects
Commit aa62cddf authored by Frisinghelli Daniel's avatar Frisinghelli Daniel
Browse files

Fixed typo.

parent 8dd2cdec
No related branches found
No related tags found
No related merge requests found
......@@ -115,7 +115,7 @@ if __name__ == '__main__':
# save model predictions as NetCDF file
target = TARGET_PATH.joinpath(PREDICTAND, net.state_file.name.replace(
net.state_file.suffix, '.nc').replace(v, 'season'))
net.state_file.suffix, '.nc').replace(k, 'season'))
if not target.parent.exists():
target.parent.mkdir(parents=True, exist_ok=True)
LOGGER.info('Saving network predictions: {}.'.format(target))
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment