Skip to content

Commit

Permalink
remove loggger from populate results
Browse files Browse the repository at this point in the history
  • Loading branch information
schumannj committed Aug 1, 2024
1 parent 46b89e1 commit 13a8771
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/nomad_catalysis/schema_packages/catalysis.py
Original file line number Diff line number Diff line change
Expand Up @@ -272,7 +272,7 @@ class CatalystSample(CompositeSystem, Schema):
)

def populate_results(
self, archive: 'EntryArchive', logger: 'BoundLogger') -> None:
self, archive: 'EntryArchive') -> None:
'''
This function copies the catalyst sample information specified in the dict
quantities_results_mapping into the results archive of the entry.
Expand Down

0 comments on commit 13a8771

Please sign in to comment.