Squashed 'moose-core/' changes from ba97d4c..d1130b7
d1130b7 Merge branch 'master' of github.com:BhallaLab/moose-core 967ac3b Added VERSION info moose.version( ) or moose.__version__ returns the version. It was lost somewhere in rrefactoring the code. 457850e Added version( ) and __version__ string. 2625fd0 Added `moose.test` to test `moose-examples` online (#189) 2a822a2 Added assertion in test case and remove import of matplotlib. BhallaLab/moose#221. 2484214 absolute imports are forced with python2 as well. 6c92901 All tests passes locally with python3. bd78e14 Fixes to import statements. 5c3811e Print time information as well. a7e715c Inbuilt moose.test( ) functions to run moose-examples. BhallaLab/moose-core#184. c424e0d Fixes to chemUtil import. f29e35e Merge branch 'master' of github.com:BhallaLab/moose-core 087aad0 moose.Compartment -> moose.element( ) in couple of more place. One more (#187) d618fe6 Merge branch 'master' into master 4aca08a Merge branch 'master' of github.com:BhallaLab/moose-core b8266b3 Fixes to test failure. Not sure if it is correct. BhallaLab/moose#218 . 56870e8 Merge branch 'master' of github.com:BhallaLab/moose-core d1e37cb Changed the assert statement. Not sure if this is correct to do BhallaLab/moose-core#218. Need to ask developer for confirmation. cf44570 We are no longer testing Makefile base flow. Only cmake will be tested from now on. cf7ff18 moose.Compartment -> moose.element( ) in couple of more place. One more scripts passes the test now. git-subtree-dir: moose-core git-subtree-split: d1130b78bd744e01d045459adb20d5bcebdb34a0
Showing
- hsolve/HSolveInterface.cpp 0 additions, 1 deletionhsolve/HSolveInterface.cpp
- python/moose/__init__.py 4 additions, 29 deletionspython/moose/__init__.py
- python/moose/moose.py 21 additions, 18 deletionspython/moose/moose.py
- python/moose/moose_test.py 191 additions, 0 deletionspython/moose/moose_test.py
- python/moose/neuroml/NetworkML.py 4 additions, 4 deletionspython/moose/neuroml/NetworkML.py
- python/moose/plot_utils.py 14 additions, 51 deletionspython/moose/plot_utils.py
- python/moose/sim_utils.py 0 additions, 76 deletionspython/moose/sim_utils.py
- python/moose/utils.py 188 additions, 265 deletionspython/moose/utils.py
- python/moose/verification_utils.py 0 additions, 265 deletionspython/moose/verification_utils.py
- tests/python/test_hsolve_externalCalcium.py 15 additions, 7 deletionstests/python/test_hsolve_externalCalcium.py
Please register or sign in to comment