Skip to content

Commit 6f36c35

Browse files
cleanup
1 parent 8df1c06 commit 6f36c35

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

rust/crates/sift_cli/src/cmd/import/hdf5/detect_hdf5_schema.rs

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -131,9 +131,6 @@ pub fn detect_config(
131131
&datasets, schema, time_index, time_field, time_name,
132132
)),
133133
Ok((data, channel_configs)) => {
134-
// 2D mode has no signal — the time column is whatever index the user passed
135-
// via --time-index. We can't verify it, so we don't tag it in the preview.
136-
// 1D auto-detects from dataset name; compound takes an explicit --time-field.
137134
let woven = if matches!(schema, Hdf5Schema::TwoD) {
138135
channel_configs
139136
} else {

0 commit comments

Comments
 (0)