Skip to content

Commit

Permalink
fix(test): createTempN5Writer now uses mapN5DatasetAttributes arg
Browse files Browse the repository at this point in the history
  • Loading branch information
bogovicj committed Mar 4, 2024
1 parent 291a317 commit 43f9c44
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ protected N5Writer createTempN5Writer(
final String dimensionSeparator,
final boolean mapN5DatasetAttributes) throws IOException {

return createTempN5Writer(location, new GsonBuilder(), dimensionSeparator,true, false);
return createTempN5Writer(location, new GsonBuilder(), dimensionSeparator, mapN5DatasetAttributes, false);
}

protected N5Writer createTempN5Writer(
Expand Down

0 comments on commit 43f9c44

Please sign in to comment.