Skip to content

Commit

Permalink
enh: existence of index_online section is no longer required
Browse files Browse the repository at this point in the history
  • Loading branch information
paulmueller committed May 27, 2024
1 parent aec87f1 commit 13b84f9
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 6 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
0.58.8
- enh: existence of "index_online" section is no longer required
0.58.7
- enh: introduce `RTDCBase.features_local` for accessing features
that are exclusively local and not in remote locations
Expand Down
5 changes: 0 additions & 5 deletions dclab/rtdc_dataset/check.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@
DESIRABLE_SECTIONS = {
"experiment",
"imaging",
"online_contour",
"setup",
}

Expand Down Expand Up @@ -98,10 +97,6 @@
"temperature",
"chip identifier",
],
"online_contour": [
# introduced in 0.34.0
"bg empty",
],
}

#: valid metadata choices
Expand Down
2 changes: 1 addition & 1 deletion dclab/rtdc_dataset/writer.py
Original file line number Diff line number Diff line change
Expand Up @@ -215,7 +215,7 @@ def store_basin(self,
If this is an integer numpy array, it defines the mapping
of event indices from the basin dataset to the referring dataset
(the dataset being written to disk). Normally, the basinmap
feature used for the storing the mapping information is inferred
feature used for storing the mapping information is inferred
from the currently defined basinmap features. However, if you
are incepting basins, then this might not be sufficient, and you
have to specify explicitly which basinmap feature to use. In such
Expand Down

0 comments on commit 13b84f9

Please sign in to comment.