Skip to content

Commit

Permalink
minor issues new release
Browse files Browse the repository at this point in the history
  • Loading branch information
marcoalopez committed Jul 7, 2018
1 parent b79e6b9 commit 59e6968
Show file tree
Hide file tree
Showing 4 changed files with 2,664 additions and 98 deletions.
96 changes: 0 additions & 96 deletions DOCS/quick_tutorial.md

This file was deleted.

2 changes: 1 addition & 1 deletion GrainSizeTools_script.py
Original file line number Diff line number Diff line change
Expand Up @@ -217,7 +217,7 @@ def calc_grain_size(diameters, areas=None, plot='lin', binsize='auto', bandwidth
return tools.calc_areaweighted_grainsize(areas, diameters, binsize)

else:
raise ValueError("The type of plot has been misspelled, please use 'lin', 'log', 'sqrt', 'norm', or 'area'")
raise ValueError("The type of plot has been misspelled, please use 'lin', 'log', 'log10', sqrt', 'norm', or 'area'")


def Saltykov(diameters, numbins=10, calc_vol=None, text_file=None, return_data=False, left_edge=0):
Expand Down
Loading

0 comments on commit 59e6968

Please sign in to comment.