Skip to content

Commit b6ccb69

Browse files
committed
Remove accidentally compiled bool dataset store from Python APIs
1 parent 68b94ec commit b6ccb69

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/binding/python/RecordComponent.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -628,7 +628,7 @@ inline PythonDynamicMemoryView store_chunk_span(
628628
std::begin(shape),
629629
[&maskIt](std::uint64_t) { return !*(maskIt++); });
630630

631-
return switchNonVectorType<StoreChunkSpan>(
631+
return switchDatasetType<StoreChunkSpan>(
632632
r.getDatatype(), r, offset, extent);
633633
}
634634

0 commit comments

Comments
 (0)