Skip to content

Commit

Permalink
remove comment
Browse files Browse the repository at this point in the history
  • Loading branch information
PythonFZ committed Dec 6, 2024
1 parent 1394837 commit 844079a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion znh5md/interface/read.py
Original file line number Diff line number Diff line change
Expand Up @@ -342,7 +342,6 @@ def process_observables(self, frames: Frames, observables, index) -> None:
frames, grp_name, grp["value"][index], origin, self.use_ase_calc
)
except (OSError, IndexError):
# ??? why is this not triggering?
pass # Handle backfilling for invalid values
except KeyError:
raise KeyError(
Expand Down

0 comments on commit 844079a

Please sign in to comment.