Skip to content

Commit 389754c

Browse files
committed
fix: align golden hdf5 fixture with checkpoint schema
1 parent aee7a3f commit 389754c

2 files changed

Lines changed: 0 additions & 2 deletions

File tree

tests/fixtures/golden_v1.h5

0 Bytes
Binary file not shown.

tests/hdf5_roundtrip.rs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,6 @@ use kore::{
88
Error, Grid3, State3,
99
};
1010
use num_complex::Complex64;
11-
use tempfile::tempdir;
12-
1311
fn temp_file(name: &str) -> PathBuf {
1412
let unique = SystemTime::now()
1513
.duration_since(UNIX_EPOCH)

0 commit comments

Comments
 (0)