Skip to content

Commit

Permalink
comment unused funcation in _Data for future dev
Browse files Browse the repository at this point in the history
  • Loading branch information
mpvanderschelling committed Jun 20, 2024
1 parent 197133d commit d3fcef6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/f3dasm/_src/experimentdata/_data.py
Original file line number Diff line number Diff line change
Expand Up @@ -209,6 +209,7 @@ def from_dataframe(cls, dataframe: pd.DataFrame) -> _Data:
_columns = {name: None for name in dataframe.columns.to_list()}
return cls(dataframe, columns=_Columns(_columns))

# NOT USED
def reset(self, domain: Optional[Domain] = None):
"""Resets the data to the initial state.
Expand Down

0 comments on commit d3fcef6

Please sign in to comment.