Skip to content

Commit

Permalink
Comment changes
Browse files Browse the repository at this point in the history
  • Loading branch information
multimeric committed Nov 18, 2024
1 parent 840af46 commit 81180ba
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions core/tests/test_process.py
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,8 @@ def test_process_deconvolution(background: Any):
for slice in (
LatticeData.parse_obj(
{
# Use random sample data here, since we're not testing the correctness of the deconvolution
# but rather that all the code paths are functional
"input_image": np.random.random_sample((128, 128, 64)),
"deconvolution": {
"psf": [np.random.random_sample((28, 28, 28))],
Expand Down

0 comments on commit 81180ba

Please sign in to comment.