Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

error in prep_normalized_plots() #10

Open
isaacovercast opened this issue Jun 22, 2016 · 0 comments
Open

error in prep_normalized_plots() #10

isaacovercast opened this issue Jun 22, 2016 · 0 comments

Comments

@isaacovercast
Copy link
Owner

Every so often you'll see this message, i'll wager it only happens on small values of k.

Generating abunance distributions through time                                                                                                       
Traceback (most recent call last):                                                                                                                   
  File "./gimmeSAD.py", line 850, in <module>                                                                                                        
    plot_rank_abundance_through_time(args.outdir, sp_through_time, equilibria, verbose=args.verbose)                                                 
  File "./gimmeSAD.py", line 193, in plot_rank_abundance_through_time                                                                                
    max_n_species, max_abundance, max_octave, max_class_count, max_n_bins, octave_bin_labels = prep_normalized_plots(sp_through_time)                
  File "./gimmeSAD.py", line 272, in prep_normalized_plots                                                                                           
    max_abundance = max([max([y.abundance for y in sp]) for sp in sp_through_time.values()])  
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant