mirror of
https://github.com/xcat2/confluent.git
synced 2024-12-25 12:41:39 +00:00
Have the range be more precise on verbose
This commit is contained in:
parent
c8c275f804
commit
907f66ae8b
@ -115,6 +115,7 @@ if args.v and n is not None and nodebydatum:
|
||||
if not nextbin:
|
||||
nextbin = np.max(plotdata)
|
||||
print('Entries between {0} and {1}'.format(currbin, nextbin))
|
||||
currbin = nextbin
|
||||
print('-' * 80)
|
||||
print(','.join(sorted(currbinmembers)))
|
||||
print('')
|
||||
|
Loading…
Reference in New Issue
Block a user