Skip to content

Commit

Permalink
remove some comments reminding of now obsolete methods
Browse files Browse the repository at this point in the history
  • Loading branch information
leoschwarz committed Jul 18, 2024
1 parent 7d4759a commit 937dcbd
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions src/depiction/image/multi_channel_image.py
Original file line number Diff line number Diff line change
Expand Up @@ -90,8 +90,6 @@ def data_flat(self) -> DataArray:

# TODO from_dense_array

# TODO get_single_channel_dense_array

def retain_channels(
self, indices: Sequence[int] | None = None, coords: Sequence[Any] | None = None
) -> MultiChannelImage:
Expand All @@ -103,9 +101,6 @@ def retain_channels(

# TODO save_single_channel_image... does it belong here or into plotter?

# TODO to_dense_xarray
# TODO from_dense_xarray

def write_hdf5(self, path: Path) -> None:
"""Writes the image to a HDF5 file (actually NETCDF4)."""
self._data.to_netcdf(path, format="NETCDF4")
Expand Down

0 comments on commit 937dcbd

Please sign in to comment.