Skip to content

Commit

Permalink
Update src/raster/mdarray.rs
Browse files Browse the repository at this point in the history
Co-authored-by: Laurențiu Nicola <lnicola@users.noreply.github.com>
  • Loading branch information
ChristianBeilschmidt and lnicola committed Sep 2, 2022
1 parent ef18daa commit b30ae68
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/raster/mdarray.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1110,7 +1110,7 @@ mod tests {
let dataset = Dataset::open_ex("fixtures/byte_no_cf.nc", dataset_options).unwrap();
let root_group = dataset.root_group().unwrap();
let array_name = "Band1".to_string();
let options = CslStringList::new(); //Driver specific options determining how the array should be opened. Pass nullptr for default behavior.
let options = CslStringList::new(); //Driver specific options determining how the array should be opened. Pass an empty one for the default behavior.
let md_array = root_group.open_md_array(&array_name, options).unwrap();

assert!(md_array.get_statistics(false, true).unwrap().is_none());
Expand Down

0 comments on commit b30ae68

Please sign in to comment.