Fields._get_raw_data
1 parent 8628860 commit ff13aa5Copy full SHA for ff13aa5
1 file changed
src/stagpy/step.py
@@ -342,7 +342,9 @@ def __contains__(self, item: Any) -> bool:
342
return False
343
return True
344
345
- def _get_raw_data(self, name: str) -> tuple[list[str], Any]:
+ def _get_raw_data(
346
+ self, name: str
347
+ ) -> tuple[list[str], tuple[dict[str, Any], NDArray[np.float64]] | None]:
348
"""Find file holding data and return its content."""
349
# try legacy first, then hdf5
350
filestem = ""
0 commit comments