Skip to content

fix: arguments and import errors solves #78 #86

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

Open
wants to merge 5 commits into
base: main
Choose a base branch
from

Conversation

HadilOwda
Copy link

@HadilOwda HadilOwda commented Jul 2, 2024

Two errors in demos/cnn_ca_demo.ipynb [Resolves #78}
1.
Error: Unexpected argument reps
Solution:
Delete "reps = 3"
Add "trials = 3" after system_cls

Error: CASystem not defined
Solution:
Add "from dynadojo.systems.ca import CASystem"

HadilOwda and others added 4 commits July 2, 2024 14:10
Add "from dynadojo.systems.ca import CASystem"
Delete reps in FixedComplexity
Add trials = 3 after system_cls
Resolves DynaDojo#78
…ASystem, Delete reps=3, add trials = 3 after system_cls
- Add "from dynadojo.systems.ca import CASystem"
- Delete "reps = 3'
- add "trials  = 3" after system_cls
@carynbear
Copy link
Collaborator

@HadilOwda

Please review https://github.com/DynaDojo/dynadojo/blob/main/CONTRIBUTING.md#pull-request-checklist and edit.

Also should make a separate pull request for demos/fc_dnn_nbody_demo.ipynb

@HadilOwda HadilOwda changed the title demos/ fc_cnn_ca fix: arguments and import errors solves #78 Jul 8, 2024
Copy link
Collaborator

@carynbear carynbear left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please reset changes to demos/fc_dnn_nbody_demo.ipynb.
demos/fc_cnn_ca_demo.ipynb looks good.

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You should not commit the changes to this file.

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

Successfully merging this pull request may close these issues.

demo/bug: fc_cnn_ca_demo
2 participants