Skip to content

Commit

Permalink
Update _sourcetracker.py
Browse files Browse the repository at this point in the history
  • Loading branch information
andy6a authored Jan 10, 2024
1 parent 1535ba8 commit 74d01c7
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions sourcetracker/_sourcetracker.py
Original file line number Diff line number Diff line change
Expand Up @@ -836,8 +836,7 @@ def cumulative_proportions(all_envcounts, sink_ids, source_ids):

np.save('envcounts', all_envcounts)
np.save('sink_ids', sink_ids)
np.save('source_ids', source_ids)

np.save('source_ids', source_ids)
num_sinks = len(sink_ids)
num_sources = len(source_ids) + 1

Expand Down

0 comments on commit 74d01c7

Please sign in to comment.