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.
When a user supplies the function with unexpected options to the argument
connections
, the error message currently isconnections 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.