Skip to content

Commit

Permalink
Deleted line in KMesh(Variables)
Browse files Browse the repository at this point in the history
  • Loading branch information
JosePizarro3 committed May 27, 2024
1 parent 21426fe commit 4b83e2e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/nomad_simulations/variables.py
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,6 @@ def __init__(

def normalize(self, archive, logger) -> None:
# Extracting `points` from the `k_mesh_settings_ref` BEFORE doing `super().normalize()`
self.points = self.extract_points(logger)
if self.k_mesh_settings_ref is None:
logger.error('`k_mesh_settings_ref` is not defined.')
return
Expand Down

0 comments on commit 4b83e2e

Please sign in to comment.