Skip to content

Commit

Permalink
Fix ElectricalSeries
Browse files Browse the repository at this point in the history
  • Loading branch information
oruebel committed Sep 9, 2024
1 parent 5ab8464 commit 803dfcf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/nwb/ecephys/ElectricalSeries.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ void ElectricalSeries::initialize(const IO::BaseDataType& dataType,
getPath() + "/channel_conversion"));
channelConversion->writeDataBlock(
std::vector<SizeType>(1, channelVector.size()),
BaseDataType::F32,
IO::BaseDataType::F32,
&channelConversions[0]);
io->createCommonNWBAttributes(getPath() + "/channel_conversion",
"hdmf-common",
Expand Down

0 comments on commit 803dfcf

Please sign in to comment.