ELIFE-ASU / Neet

Simulating and analyzing dynamical network models
https://neet.readthedocs.io/en/stable
Other
4 stars 10 forks source link

Bad error message for `random_logic` #124

Closed siyuzhou closed 5 years ago

siyuzhou commented 5 years ago

When a user supplies the function with unexpected options to the argument connections, the error message currently is connections must be 'fixed', 'fixed-in-degree','fixed-mean-degree', or 'free', which is misleading, since the option 'fixed' has been changed to 'fixed-structure'.

We might as well fix this when we overhaul the random module.