Skip to content

Commit

Permalink
move numpy
Browse files Browse the repository at this point in the history
  • Loading branch information
neuromusic committed Apr 30, 2021
1 parent 510241c commit 6df5dc6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/pipelines/dartfish_pipeline.py
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,7 @@
# we look at a distribution of pixel vector barcode magnitudes to determine the minimum magnitude
# threshold at which we will attempt to decode the pixel vector.

import numpy as np
import seaborn as sns
from starfish import IntensityTable

Expand All @@ -120,7 +121,6 @@ def compute_magnitudes(stack, norm_order=2):
###################################################################################################
# Next, we decode the data

import numpy as np
from starfish.spots import DetectPixels
from starfish.types import Features

Expand Down

0 comments on commit 6df5dc6

Please sign in to comment.