Skip to content

Commit d3e5444

Browse files
committed
rm unused sdat.hdf5 property
1 parent 0c0a0d5 commit d3e5444

1 file changed

Lines changed: 0 additions & 6 deletions

File tree

src/stagpy/stagyydata.py

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -669,12 +669,6 @@ def parpath(self) -> Path:
669669
return parpath
670670
return parpath / "par"
671671

672-
@cached_property
673-
def hdf5(self) -> Path | None:
674-
"""Path of output hdf5 folder if relevant, None otherwise."""
675-
h5xmf = self.par.h5_output("Data.xmf")
676-
return h5xmf.parent if h5xmf.is_file() else None
677-
678672
@cached_property
679673
def steps(self) -> Steps:
680674
"""Collection of time steps."""

0 commit comments

Comments
 (0)