Skip to content

Commit

Permalink
new parser for collect sens
Browse files Browse the repository at this point in the history
  • Loading branch information
Fernandez Vilanova, Lucas committed Apr 4, 2024
1 parent 92de905 commit c75a571
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 0 additions & 1 deletion aiida_flexpart/parsers/collect_sens.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,6 @@ def parse(self, **kwargs):
files_retrieved, files_expected))
return self.exit_codes.ERROR_MISSING_OUTPUT_FILES


nc_file_names = [i for i in files_retrieved if '.nc' in i]
with tempfile.TemporaryDirectory() as td:
self.retrieved.copy_tree(Path(td))
Expand Down
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@ docs = [
"flexpart.cosmo" = "aiida_flexpart.parsers.flexpart_cosmo:FlexpartCosmoParser"
"flexpart.ifs" = "aiida_flexpart.parsers.flexpart_ifs:FlexpartIfsParser"
"flexpart.post" = "aiida_flexpart.parsers.flexpart_post:FlexpartPostParser"
"collect.sens" = "aiida_flexpart.parsers.collect_sens:CollectSensParser"

[project.entry-points."aiida.workflows"]
"flexpart.multi_dates" = "aiida_flexpart.workflows.multi_dates_workflow:FlexpartMultipleDatesWorkflow"
Expand Down

0 comments on commit c75a571

Please sign in to comment.