Skip to content

Commit

Permalink
Reset index of results DataFrame
Browse files Browse the repository at this point in the history
  • Loading branch information
elaubsch committed Aug 29, 2023
1 parent a6c1e9e commit e758a47
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions deepcell_spots/applications/polaris.py
Original file line number Diff line number Diff line change
Expand Up @@ -456,6 +456,7 @@ def _predict(self,
decoding_result)
df_intensities = pd.DataFrame(spots_intensities_vec)
df_results = pd.concat([df_spots, df_intensities], axis=1)
df_results = df_results.reset_index(drop=True)

if self.image_type == 'multiplex':
dec_prob_im = np.zeros((spots_image.shape[:3]))
Expand Down

0 comments on commit e758a47

Please sign in to comment.