Skip to content

Commit

Permalink
TODO(CB) document new observers
Browse files Browse the repository at this point in the history
  • Loading branch information
yoctoyotta1024 committed Apr 8, 2024
1 parent 6a24ea9 commit 535cbc8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 3 additions & 1 deletion libs/observers2/collect_data_for_dataset.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
* Author: Clara Bayley (CB)
* Additional Contributors:
* -----
* Last Modified: Thursday 4th April 2024
* Last Modified: Tuesday 9th April 2024
* Modified By: CB
* -----
* License: BSD 3-Clause "New" or "Revised" License
Expand All @@ -20,6 +20,8 @@
* structs to collect data within parallel loops and write it to arrays in a dataset
*/

// TODO(CB) document observers2

#ifndef LIBS_OBSERVERS2_COLLECT_DATA_FOR_DATASET_HPP_
#define LIBS_OBSERVERS2_COLLECT_DATA_FOR_DATASET_HPP_

Expand Down
4 changes: 1 addition & 3 deletions libs/zarr2/dataset.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
* Author: Clara Bayley (CB)
* Additional Contributors:
* -----
* Last Modified: Monday 8th April 2024
* Last Modified: Tuesday 9th April 2024
* Modified By: CB
* -----
* License: BSD 3-Clause "New" or "Revised" License
Expand All @@ -33,8 +33,6 @@
#include "./xarray_zarr_array.hpp"
#include "./zarr_group.hpp"

// TODO(CB) delete redundant functions & document observers2

/**
* @brief A class representing a dataset made from a Zarr group (i.e. collection of Zarr arrays)
* in a storage system.
Expand Down

0 comments on commit 535cbc8

Please sign in to comment.