We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2654511 commit cc48adaCopy full SHA for cc48ada
splashsurf_lib/src/io/bgeo_format.rs
@@ -879,10 +879,8 @@ fn test_bgeo_read_dam_break_attributes() {
879
let bgeo_file = load_bgeo_file(input_file).unwrap();
880
881
let particles = particles_from_bgeo_file::<f32>(&bgeo_file).unwrap();
882
-
883
assert_eq!(particles.len(), 6859);
884
885
- eprintln!("{:?}", bgeo_file.attribute_definitions);
886
assert_eq!(bgeo_file.attribute_definitions.len(), 3);
887
assert_eq!(bgeo_file.attribute_data.len(), 3);
888
0 commit comments