Skip to content

Commit

Permalink
fix osmfish
Browse files Browse the repository at this point in the history
  • Loading branch information
neuromusic committed Apr 30, 2021
1 parent 6df5dc6 commit 9ce5c49
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/pipelines/osmfish_pipeline.py
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@
###################################################################################################
# We can now visualize our data before and after filtering.

from numpy import np
import numpy as np

single_plane = imgs.reduce({Axes.ZPLANE}, func="max").xarray.sel({Axes.CH:0}).squeeze()
single_plane_filtered = mp.xarray.sel({Axes.CH: 0}).squeeze()
Expand Down

0 comments on commit 9ce5c49

Please sign in to comment.