Skip to content

Commit ff982d4

Browse files
committed
2D cs reconstruction
1 parent c90e6cf commit ff982d4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/snake/toolkit/cli/reconstruction.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ def reconstruction(cfg: DictConfig) -> None:
5757
data_rec_file = Path(f"data_rec_{rec_str}.npy")
5858
log.info(f"Using {name} reconstructor")
5959
rec.setup(sim_conf)
60-
rec_data = rec.reconstruct(data_loader, sim_conf)
60+
rec_data = rec.reconstruct(data_loader)
6161
log.info(f"Reconstruction done with {name}")
6262
# Save the reconstruction
6363
np.save(data_rec_file, rec_data)

0 commit comments

Comments
 (0)