-
Notifications
You must be signed in to change notification settings - Fork 11
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
demo/bug: lr_demo #59
Labels
good first issue / mild
Good for newcomers
Comments
Delete plot_old. Program only uses plot() so we only need to import plot from dynadojo.utils.kuramoto.
|
lmclane04
pushed a commit
to lmclane04/dynadojo
that referenced
this issue
Jul 2, 2024
- delete plot_old in second cell - change 'legend_labels' to 'labels' iin cell 4 and 7 to resolve unexpected keyword argument error. - delete 'timesteps' parameter in cell 4, 6, and 7 to resolve plot() got multiple values for argument 'max_oscillators' error. Resolves DynaDojo#59
lmclane04
pushed a commit
to lmclane04/dynadojo
that referenced
this issue
Jul 3, 2024
- delete plot_old in second cell - change 'legend_labels' to 'labels' iin cell 4 and 7 to resolve unexpected keyword argument error. - delete 'timesteps' parameter in cell 4, 6, and 7 to resolve plot() got multiple values for argument 'max_oscillators' error. Resolves DynaDojo#59
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Describe the bug
ImportError: cannot import name 'plot_old' from 'dynadojo.utils.kuramoto'
To Reproduce
Steps to reproduce the behavior:
Expected behavior
A correct plot function should be imported from src/dynadojo/utils/kuramoto.py
The text was updated successfully, but these errors were encountered: