Duplicates in the columns 'Area' and 'Biovolume' from standardized files produce errors in the functions here:
|
r = m.sqrt((df.loc[i, 'Area']/m.pi))# problem here: standardized files have two entries for area |
|
df['sizeClasses'], df['range_size_bin'] = size_binning_func(df['Biovolume']) |
Duplicates in the columns 'Area' and 'Biovolume' from standardized files produce errors in the functions here:
PSSdb/scripts/funcs_size_spectra.py
Line 151 in e420acd
PSSdb/scripts/funcs_size_spectra.py
Line 226 in e420acd