Skip to content

Commit

Permalink
applied ruff
Browse files Browse the repository at this point in the history
  • Loading branch information
jrudz committed Jun 4, 2024
1 parent c60c66c commit faac37c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/nomad_simulations/general.py
Original file line number Diff line number Diff line change
Expand Up @@ -248,4 +248,4 @@ def normalize(self, archive, logger) -> None:

if is_not_representative(system_parent, logger):
continue
self.resolve_composition_formula(system_parent)
self.resolve_composition_formula(system_parent)
2 changes: 1 addition & 1 deletion src/nomad_simulations/model_system.py
Original file line number Diff line number Diff line change
Expand Up @@ -1024,4 +1024,4 @@ def normalize(self, archive, logger) -> None:
if sec_chemical_formula.m_cache:
self.elemental_composition = sec_chemical_formula.m_cache.get(
'elemental_composition', []
)
)
2 changes: 1 addition & 1 deletion tests/test_model_system.py
Original file line number Diff line number Diff line change
Expand Up @@ -604,4 +604,4 @@ def get_system_recurs(sec_system, ctr_comp):
ctr_comp = get_system_recurs(sec_subsystem, ctr_comp)
return ctr_comp

get_system_recurs(model_system.model_system, ctr_comp)
get_system_recurs(model_system.model_system, ctr_comp)

0 comments on commit faac37c

Please sign in to comment.