Skip to content

Commit

Permalink
Minor after-merge cleanup
Browse files Browse the repository at this point in the history
[ci skip]
  • Loading branch information
mstimberg committed Jan 28, 2016
1 parent d7525ad commit e3a94db
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 11 deletions.
4 changes: 4 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -28,5 +28,9 @@ nosetests.xml
.idea
/Brian2.egg-info

# vim files
*.swp
.rope*

# IPython
.ipynb_checkpoints
3 changes: 0 additions & 3 deletions brian2/.gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1 @@
/default_preferences
# Do not take into account RC temporary files
*.swp
.rope*
16 changes: 8 additions & 8 deletions brian2/tests/test_spatialneuron.py
Original file line number Diff line number Diff line change
Expand Up @@ -532,11 +532,11 @@ def test_rall():

if __name__ == '__main__':
test_custom_events()
#test_construction()
#test_construction_coordinates()
#test_infinitecable()
#test_finitecable()
#test_rallpack1()
#test_rallpack2()
#test_rallpack3()
#test_rall()
test_construction()
test_construction_coordinates()
test_infinitecable()
test_finitecable()
test_rallpack1()
test_rallpack2()
test_rallpack3()
test_rall()

0 comments on commit e3a94db

Please sign in to comment.