Commit b8a8b6d
Dilawar Singh
hotfix from branch issue167.
Squashed commit of the following:
commit ee24065
Author: Dilawar Singh <[email protected]>
Date: Thu Jan 5 14:04:27 2017 +0530
Decreased rtol to 1e-5 in numpy.allclose .
commit 138906a
Author: Dilawar Singh <[email protected]>
Date: Thu Jan 5 13:50:30 2017 +0530
When test failes print the value of tuple.
commit 963de3a
Merge: ff64f41 8a6346d
Author: Dilawar Singh <[email protected]>
Date: Thu Jan 5 13:47:36 2017 +0530
Merge branch 'chamcham' into issue167
commit ff64f41
Author: Dilawar Singh <[email protected]>
Date: Thu Jan 5 13:39:45 2017 +0530
use matplotlib.use before importing matplotlib.
commit 1af2819
Author: Dilawar Singh <[email protected]>
Date: Thu Jan 5 13:19:37 2017 +0530
Fixes to travis related issue in test file.
matplotlib.use('Agg') to make sure test passes when ssh is used without
-X.
commit b20ad43
Author: Dilawar Singh <[email protected]>
Date: Thu Jan 5 12:29:54 2017 +0530
colname -> columnName .
commit 88b12b3
Author: Dilawar Singh <[email protected]>
Date: Thu Jan 5 12:22:55 2017 +0530
Fixes to neuroml test failure with python3.
commit 1297ac5
Author: Dilawar Singh <[email protected]>
Date: Thu Jan 5 11:56:09 2017 +0530
Relative to file import in test_kkit.py model.
commit e526fca
Author: Dilawar Singh <[email protected]>
Date: Thu Jan 5 11:52:56 2017 +0530
Enabled kkit test in cmake.
commit 1830f59
Author: Dilawar Singh <[email protected]>
Date: Thu Jan 5 11:48:04 2017 +0530
Added a kkit test scripts.
commit 33606b0
Author: Dilawar Singh <[email protected]>
Date: Thu Jan 5 11:00:04 2017 +0530
Build fixes after make clean.
commit f5258a5
Author: Dilawar Singh <[email protected]>
Date: Thu Jan 5 10:41:14 2017 +0530
Fixes to issue #167.
commit 3f077c1
Merge: 9b175c8 f0d4c02
Author: bhalla <[email protected]>
Date: Thu Jan 5 09:48:44 2017 +0530
Resolved merge conflict with Table.h
commit 9b175c8
Author: bhalla <[email protected]>
Date: Thu Jan 5 09:35:53 2017 +0530
Major bugfix for Table and derived class Streamer, to fix error introduced
by duplicating the 'name' field which is already defined for Neutral.
Minor bugfix for melement.cpp
commit f0d4c02
Author: Dilawar Singh <[email protected]>
Date: Tue Jan 3 09:57:49 2017 +0530
Update INSTALL.md
Updated instructions.
commit 2737220
Author: Dilawar Singh <[email protected]>
Date: Mon Jan 2 21:33:22 2017 +0530
Fixes to issue165 (#166)
commit a934676
Author: Dilawar Singh <[email protected]>
Date: Mon Jan 2 20:47:01 2017 +0530
Update .travis.yml
commit 601d06a
Author: Dilawar Singh <[email protected]>
Date: Mon Jan 2 13:19:31 2017 +0530
Fixes to PYTHON3 build failure on travis.
commit 9d9d925
Author: Dilawar Singh <[email protected]>
Date: Mon Jan 2 12:46:07 2017 +0530
Tested locally for linux. The scripts seems to be fine on openSUSE-42.2
commit 93bbd4f
Author: Dilawar Singh <[email protected]>
Date: Mon Jan 2 12:31:57 2017 +0530
By default travis pick up /opt/bin/python when `which python` is used. Do not
use this construct in script.
Moved travis related scripts to a hidden folder .travis.
commit c0d3871
Author: Dilawar Singh <[email protected]>
Date: Mon Jan 2 12:21:32 2017 +0530
If python3 exists (installed on travis), then check for the compatibility
otherwise don't.
commit 65a85da
Author: Dilawar Singh <[email protected]>
Date: Mon Jan 2 12:14:15 2017 +0530
Almost there. Calling script from top of directory.
commit 0db2016
Author: Dilawar Singh <[email protected]>
Date: Mon Jan 2 12:05:10 2017 +0530
Make trusty default build environment. python3-matplotlib is not available by
default.
commit d8c1c6a
Author: Dilawar Singh <[email protected]>
Date: Mon Jan 2 11:54:12 2017 +0530
setuid to root for linux script.
commit 4c90f04
Author: Dilawar Singh <[email protected]>
Date: Mon Jan 2 11:49:05 2017 +0530
Some more fixes in travis script.
commit 429420b
Author: Dilawar Singh <[email protected]>
Date: Mon Jan 2 11:45:40 2017 +0530
Cleanup, osx related travis macros.
commit e287118
Author: Dilawar Singh <[email protected]>
Date: Mon Jan 2 11:42:08 2017 +0530
Disable OSX build here on master brach.
Created issue #165 to build and test for MacOSX.
commit 87aeb1a
Author: Dilawar Singh <[email protected]>
Date: Mon Jan 2 11:33:24 2017 +0530
Travis build scripts for macosx and linux are in ./scripts folder.
commit 24643bc
Author: Dilawar Singh <[email protected]>
Date: Mon Jan 2 09:58:54 2017 +0530
Some more fixes to travis build failure on OSX.
commit a05826e
Author: Dilawar Singh <[email protected]>
Date: Mon Jan 2 09:25:22 2017 +0530
Fixing brew taps and build dependencies.
commit ea0ede1
Author: Dilawar Singh <[email protected]>
Date: Mon Jan 2 09:19:00 2017 +0530
This commit is just to test the OSX build on travis. Unfortunately there is no
way to test it offline.
commit 1b6f42a
Author: Dilawar Singh <[email protected]>
Date: Mon Jan 2 09:02:28 2017 +0530
Fixes to travis scripts.
commit b0baaab
Author: Dilawar Singh <[email protected]>
Date: Mon Jan 2 08:48:07 2017 +0530
Excluded linux and osx build from config file.
commit 626fd30
Author: Dilawar Singh <[email protected]>
Date: Sun Jan 1 19:28:32 2017 +0530
Testing with OsX support on travis. xcode-8.1. Most likely to break
commit ab933ad
Author: Dilawar Singh <[email protected]>
Date: Sun Jan 1 19:18:54 2017 +0530
Fixes to recent travis build failure.
make all python files python3 compatible in addition to #164.
commit 72afc02
Author: Dilawar Singh <[email protected]>
Date: Sun Jan 1 19:02:31 2017 +0530
Enabled macosx build on travis. Though allowing failure for now.
commit bedb51e
Author: Dilawar Singh <[email protected]>
Date: Sun Jan 1 18:04:08 2017 +0530
Fixes for issue #164. Also hotfix for branch chamcham.1 parent 8a6346d commit b8a8b6d
File tree
13 files changed
+319
-89
lines changed- builtins
- pymoose
- python/moose
- neuroml
- scripts
- tests/python
- genesis
13 files changed
+319
-89
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
| 3 | + | |
| 4 | + | |
3 | 5 | | |
4 | 6 | | |
5 | 7 | | |
6 | 8 | | |
7 | 9 | | |
8 | 10 | | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
9 | 18 | | |
10 | 19 | | |
11 | 20 | | |
12 | 21 | | |
13 | | - | |
| 22 | + | |
14 | 23 | | |
15 | 24 | | |
16 | 25 | | |
| |||
29 | 38 | | |
30 | 39 | | |
31 | 40 | | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
32 | 45 | | |
33 | 46 | | |
34 | 47 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
115 | 115 | | |
116 | 116 | | |
117 | 117 | | |
| 118 | + | |
| 119 | + | |
| 120 | + | |
| 121 | + | |
| 122 | + | |
| 123 | + | |
| 124 | + | |
| 125 | + | |
| 126 | + | |
| 127 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
292 | 292 | | |
293 | 293 | | |
294 | 294 | | |
295 | | - | |
296 | | - | |
| 295 | + | |
| 296 | + | |
297 | 297 | | |
298 | 298 | | |
299 | 299 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
74 | 74 | | |
75 | 75 | | |
76 | 76 | | |
77 | | - | |
78 | | - | |
79 | | - | |
80 | | - | |
81 | | - | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
82 | 84 | | |
83 | 85 | | |
84 | 86 | | |
| |||
126 | 128 | | |
127 | 129 | | |
128 | 130 | | |
129 | | - | |
| 131 | + | |
130 | 132 | | |
131 | 133 | | |
132 | 134 | | |
| |||
347 | 349 | | |
348 | 350 | | |
349 | 351 | | |
350 | | - | |
351 | | - | |
| 352 | + | |
| 353 | + | |
352 | 354 | | |
353 | | - | |
| 355 | + | |
354 | 356 | | |
355 | 357 | | |
356 | | - | |
| 358 | + | |
357 | 359 | | |
358 | | - | |
| 360 | + | |
359 | 361 | | |
360 | 362 | | |
361 | 363 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
37 | 37 | | |
38 | 38 | | |
39 | 39 | | |
40 | | - | |
41 | | - | |
| 40 | + | |
| 41 | + | |
42 | 42 | | |
43 | 43 | | |
44 | 44 | | |
| |||
84 | 84 | | |
85 | 85 | | |
86 | 86 | | |
87 | | - | |
| 87 | + | |
| 88 | + | |
| 89 | + | |
| 90 | + | |
| 91 | + | |
| 92 | + | |
88 | 93 | | |
89 | 94 | | |
90 | 95 | | |
| |||
108 | 113 | | |
109 | 114 | | |
110 | 115 | | |
111 | | - | |
| 116 | + | |
112 | 117 | | |
113 | 118 | | |
114 | 119 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
180 | 180 | | |
181 | 181 | | |
182 | 182 | | |
183 | | - | |
| 183 | + | |
184 | 184 | | |
185 | 185 | | |
186 | 186 | | |
| |||
210 | 210 | | |
211 | 211 | | |
212 | 212 | | |
| 213 | + | |
| 214 | + | |
| 215 | + | |
| 216 | + | |
| 217 | + | |
| 218 | + | |
| 219 | + | |
| 220 | + | |
| 221 | + | |
| 222 | + | |
| 223 | + | |
213 | 224 | | |
214 | 225 | | |
215 | 226 | | |
216 | 227 | | |
217 | 228 | | |
218 | 229 | | |
219 | | - | |
| 230 | + | |
220 | 231 | | |
221 | | - | |
| 232 | + | |
222 | 233 | | |
223 | 234 | | |
224 | 235 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
5 | | - | |
6 | | - | |
| 5 | + | |
| 6 | + | |
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
| |||
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
16 | | - | |
| 16 | + | |
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
| |||
79 | 79 | | |
80 | 80 | | |
81 | 81 | | |
82 | | - | |
| 82 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
24 | | - | |
| 24 | + | |
25 | 25 | | |
26 | | - | |
27 | | - | |
| 26 | + | |
28 | 27 | | |
29 | 28 | | |
30 | 29 | | |
| |||
79 | 78 | | |
80 | 79 | | |
81 | 80 | | |
82 | | - | |
| 81 | + | |
83 | 82 | | |
84 | 83 | | |
85 | 84 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
632 | 632 | | |
633 | 633 | | |
634 | 634 | | |
635 | | - | |
| 635 | + | |
636 | 636 | | |
637 | 637 | | |
638 | 638 | | |
| |||
File mode changed.
0 commit comments