Skip to content

Commit

Permalink
fix: Fix error introduced by merge
Browse files Browse the repository at this point in the history
  • Loading branch information
jdeschamps committed Jul 3, 2024
1 parent 67ace1c commit d0369f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/lightning/test_lightning_api.py
Original file line number Diff line number Diff line change
Expand Up @@ -130,4 +130,4 @@ def test_smoke_n2v_2d_tiling(tmp_path, minimum_configuration):
# predict
predicted = trainer.predict(model, datamodule=predict_data)
predicted_stitched = convert_outputs(predicted, tiled=True)
assert predicted_stitched.shape == val_array.shape
assert predicted_stitched[0].shape[-2:] == val_array.shape

0 comments on commit d0369f7

Please sign in to comment.