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 c90e6cf commit ff982d4Copy full SHA for ff982d4
src/snake/toolkit/cli/reconstruction.py
@@ -57,7 +57,7 @@ def reconstruction(cfg: DictConfig) -> None:
57
data_rec_file = Path(f"data_rec_{rec_str}.npy")
58
log.info(f"Using {name} reconstructor")
59
rec.setup(sim_conf)
60
- rec_data = rec.reconstruct(data_loader, sim_conf)
+ rec_data = rec.reconstruct(data_loader)
61
log.info(f"Reconstruction done with {name}")
62
# Save the reconstruction
63
np.save(data_rec_file, rec_data)
0 commit comments