Skip to content

Commit cc48ada

Browse files
committed
Remove test output
1 parent 2654511 commit cc48ada

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

splashsurf_lib/src/io/bgeo_format.rs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -879,10 +879,8 @@ fn test_bgeo_read_dam_break_attributes() {
879879
let bgeo_file = load_bgeo_file(input_file).unwrap();
880880

881881
let particles = particles_from_bgeo_file::<f32>(&bgeo_file).unwrap();
882-
883882
assert_eq!(particles.len(), 6859);
884883

885-
eprintln!("{:?}", bgeo_file.attribute_definitions);
886884
assert_eq!(bgeo_file.attribute_definitions.len(), 3);
887885
assert_eq!(bgeo_file.attribute_data.len(), 3);
888886

0 commit comments

Comments
 (0)