Skip to content
Snippets Groups Projects
  1. Mar 07, 2018
  2. Mar 06, 2018
  3. Mar 01, 2018
  4. Feb 28, 2018
  5. Dec 16, 2017
  6. Nov 20, 2017
  7. Jul 10, 2017
    • Dilawar Singh's avatar
      Squashed 'moose-core/' changes from d4417dcffd..2657e3345e (#222) · aedbfb15
      Dilawar Singh authored
      2657e3345e Merge pull request #199 from dilawar/master
      973dd380ba Deleted Makefile.
      545b4241c8 Restore synapse folder back to 933b259 . synapseOrder is now working.
      90711a865c execute_process is now used to get the extension of python module. See http://bugs.python.org/issue16754 in case build fails on some unix because of 'SO'.
      5b0a529c4e We do not reply on VERSION file to create version. TODO: Use config.h.in file to populate VERSION information.
      2749918927 Accessing an existing object (#198)
      220128f284 Do not run DOQCS with moose-core. Test DOQCS with released package only. Do so in moose-examples repo.
      ad2c63da12 Use QUIET_MODE=ON on travis.
      
      git-subtree-dir: moose-core
      git-subtree-split: 2657e3345e8b783cf22634680c7561f8dbd9f127
      aedbfb15
  8. Jul 08, 2017
  9. Jul 02, 2017
  10. Jun 27, 2017
  11. Jun 22, 2017
    • Asia Jędrzejewska-Szmek's avatar
      Follow up fixes to calcium-hsolve (#221) · 45411b66
      Asia Jędrzejewska-Szmek authored
      * Fix broken assertion
      
      * Add volume calculation of DifShells and DifBuffers
      
      Volume needs to be calculated before a diffusion message with calcium concentration or buffer concentration is obtained. Volume is calculated at reinit and sometimes a diffusion message is received before the reinit resulting in a division by volume of zero. Due to that initial concentration in some difshells and difbuffers is not correct.
      
      * Add sending current message at reinit of channels
      
      In HHChannel change access of functions inherited from ChanCommon.
      45411b66
  12. Jun 21, 2017
    • Dilawar Singh's avatar
    • Asia Jędrzejewska-Szmek's avatar
      Calcium hsolve (#218) · 0f741382
      Asia Jędrzejewska-Szmek authored
      * Remove zombification from DifShell and DifBuffer
      
      * Add sending out current message to hsolve
      
      Fix externalCalcium_ iteration in advanceChannels.
      
      * Test for hsolve handling external calcium.
      
      Slightly rewrote functions shared with test_difshells.py
      0f741382
    • Zbigniew Jędrzejewski-Szmek's avatar
      Fixes to allow moose module to be installed and imported (#220) · 60f3632e
      Zbigniew Jędrzejewski-Szmek authored
      * pymoose: unbreak installation under Python 3
      
      Commit 24ebac50 removed the setting
      of the suffix of the binary python module. Unfortunately no explanation
      was provided…
      Anyway, 'python3 setup.py build' and 'python3 setup.py install' stopped
      working because setup.py is expecting a file like
      _moose.cpython-36m-x86_64-linux-gnu.so, and it simply ignored _moose.so.
      As a result the binary module was not installed.
      
      * .gitignore: ignore "moose" only in the top-level directories
      
      Just "moose" would also match python/moose, with predictably bad
      consequences.
      
      * .gitignore: ignore VERSION
      
      It's a generated file.
      
      * Restore moose/moose.py
      
      It was removed in 24dea426. No
      explanation was provided, but it seems to have been a mistake, because
      without this file, 'import moose' has little chances of succeeding,
      since __init__.py includes 'from .moose import *'.
      
      * F...
      60f3632e
  13. Apr 26, 2017
  14. Apr 24, 2017
  15. Apr 23, 2017
  16. Apr 22, 2017
  17. Apr 21, 2017
  18. Apr 15, 2017
  19. Jan 26, 2017
    • Asia Jedrzejewska-Szmek's avatar
      Script testing DifShells · 3618469d
      Asia Jedrzejewska-Szmek authored
      Script creates a test model of a dendrite segment with one Ca
      channel. DifShells are created. DifBuffers are created. DifShells are
      connected to provide diffusion. DifBuffers are connected to provide
      diffusion. DifBuffers are connected with DifShells to provide
      buffer. MMPumps are created and connected to the outer DifShell. Ca
      channel is connected to the outer Difshell to provide Ca influx and
      outer DifShell is connected to Ca channel to provide ion
      concentration. Segment's Vm, channel's Gk and Ik, DifShell's C and
      DifBuffer's bBound are connected with output to save simulation
      results.
      3618469d
  20. Jan 23, 2017
  21. Jan 20, 2017