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

Script hopfield/hopfield.py needs fixing #1

Closed
dilawar opened this issue Aug 17, 2015 · 1 comment
Closed

Script hopfield/hopfield.py needs fixing #1

dilawar opened this issue Aug 17, 2015 · 1 comment
Assignees
Milestone

Comments

@dilawar
Copy link
Contributor

dilawar commented Aug 17, 2015

File "hopfield.py", line 191, in <module>
    test()
  File "hopfield.py", line 145, in test
    hopF = HopfieldNetwork(100)
  File "hopfield.py", line 24, in __init__
    self.createNetwork()
  File "hopfield.py", line 83, in createNetwork
    cell.synapse.num = self.numNeurons
AttributeError: 'moose.IntFire' object has no attribute 'synapse'
@dilawar dilawar added bug and removed bug labels Aug 17, 2015
@dilawar dilawar self-assigned this Aug 17, 2015
@dilawar dilawar added this to the ghevar_3.0.2 milestone Nov 13, 2015
@dilawar
Copy link
Contributor Author

dilawar commented May 6, 2016

This script is disabled on travis now. See issue #4 . Issue #5 supersedes this.

@dilawar dilawar closed this as completed May 6, 2016
dilawar pushed a commit that referenced this issue Mar 1, 2018
* Recovered quickstart section in html, added tutorials placeholder and implemented rudimentary integration between doxygen and sphinx (dependecy on breathe sphinx extension)

* removed recursion limit change

* Added section to quickstart, and fixed a few minor typos in the install page

* Updated installation documentation with new mac osx brew install procedure. Made new section for OSX for consistency of format.

* removed some breathe related stuff from conf.py

* fixed minor typo in wildcard.py

* Recovered rdesigneur tutorial. Modified file by adding extended contents, commented out incomplete sections. Modified rdesigneur snippets page title to 'more rdesigneur examples' instead of just 'Rdesigneur'

* Added autorun statement to Compartment_net.py.

removed pyrun1.py documentation as it is exactly the same as pyrun.py.

updated vec information in quickstart to reflect actual ouput.

* uploaded fixed compartment_net.py without all my comments

* minor changes to install page, changes to doxygen readthedocs generation

* forgot to add hyperlink for doxygen page

* Added Chemical Bistables section to tutorials. Rest incoming

* Chemical Oscillators added, minor tweaks to Chemical Bistables to match Oscillators page

* Deleted extension pyc file as requested by dilawar

* Changed few names, reordered tutorials

* Changes to fix all non-references related and non-snippets related 'make html' errors

* Update crossComptNeuroMesh.py

* Added squid demo to tutorials. Removed squid demo from quickstart. Wrote a bit of theory and history about squid demo. removed redundant modules.rst file.

* Undid changes to loadSbmlmodel.py as it might have caused the mac travis to fail
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant