Skip to content

Commit

Permalink
Update gibbs.py
Browse files Browse the repository at this point in the history
  • Loading branch information
andy6a authored Dec 8, 2023
1 parent 14d0ff4 commit 7a643f1
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions sourcetracker/_cli/gibbs.py
Original file line number Diff line number Diff line change
Expand Up @@ -185,8 +185,6 @@ def gibbs(table_fp: Table,
fig, ax = plot_heatmap(mpm.T)
fig.savefig(os.path.join(output_dir, 'mixing_proportions.pdf'), dpi=300)

# Diagnostics code, should work, if not this code was prewritten
#so this will be a bit of a mess
if diagnostics:
os.mkdir(output_dir + 'diagnostics')
data = np.load('envcounts.npy', allow_pickle=True)
Expand Down

0 comments on commit 7a643f1

Please sign in to comment.