Skip to content

Commit

Permalink
version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
Oftatkofta committed Oct 27, 2020
1 parent a6d8bfc commit 0aed902
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions cellocity/validation.py
Original file line number Diff line number Diff line change
Expand Up @@ -365,13 +365,13 @@ def run_5sigma_validation(inpath, outpath):

alldata.to_csv(saveme)
timeplot = make_lcorr_proces_time_plot(alldata)
savename = inpath / "5sigma_process_time_compare.png"
savename = outpath / "5sigma_process_time_compare.png"
plt.savefig(savename)
plt.show()
#plt.show()

lcorr_plot = make_lcorr_plot(alldata)
savename = inpath / "5sigma_lcorr_compare.png"
savename = outpath / "5sigma_lcorr_compare.png"
plt.savefig(savename)

plt.show()
#plt.show()

2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

setup(
name='cellocity',
version='0.1.7',
version='0.1.8',
description='Velocity and vector analysis of microscopy data',
long_description=readme,
long_description_content_type='text/markdown',
Expand Down

0 comments on commit 0aed902

Please sign in to comment.