Skip to content

Commit 2ea1d7c

Browse files
authored
Merge pull request #416 from NeuroML/experimental
Changes from master merged in
2 parents 17e9adb + 88b9e71 commit 2ea1d7c

File tree

4 files changed

+68
-1
lines changed

4 files changed

+68
-1
lines changed

.all-contributorsrc

Lines changed: 54 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -181,6 +181,60 @@
181181
"code",
182182
"test"
183183
]
184+
},
185+
{
186+
"login": "lej0hn",
187+
"name": "Giannis Daras",
188+
"avatar_url": "https://avatars.githubusercontent.com/u/72049569?v=4",
189+
"profile": "https://github.com/lej0hn",
190+
"contributions": [
191+
"bug",
192+
"ideas",
193+
"review",
194+
"code"
195+
]
196+
},
197+
{
198+
"login": "Dhruvanshu-Joshi",
199+
"name": "Dhruvanshu-Joshi",
200+
"avatar_url": "https://avatars.githubusercontent.com/u/104030847?v=4",
201+
"profile": "https://github.com/Dhruvanshu-Joshi",
202+
"contributions": [
203+
"bug",
204+
"ideas"
205+
]
206+
},
207+
{
208+
"login": "AdityaBITMESRA",
209+
"name": "AdityaBITMESRA",
210+
"avatar_url": "https://avatars.githubusercontent.com/u/147182147?v=4",
211+
"profile": "https://github.com/AdityaBITMESRA",
212+
"contributions": [
213+
"bug",
214+
"ideas",
215+
"code",
216+
"review"
217+
]
218+
},
219+
{
220+
"login": "YBCS",
221+
"name": "Y. Budhachandra",
222+
"avatar_url": "https://avatars.githubusercontent.com/u/29734619?v=4",
223+
"profile": "https://github.com/YBCS",
224+
"contributions": [
225+
"code",
226+
"test"
227+
]
228+
},
229+
{
230+
"login": "stellaprins",
231+
"name": "Stella",
232+
"avatar_url": "https://avatars.githubusercontent.com/u/30465823?v=4",
233+
"profile": "https://github.com/stellaprins",
234+
"contributions": [
235+
"code",
236+
"ideas"
237+
]
184238
}
185239
],
186240
"contributorsPerLine": 7,

.github/workflows/ci.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,3 +51,8 @@ jobs:
5151
pynml -h
5252
5353
./test-ghactions.sh -neuron
54+
55+
- name: Lint with ruff
56+
run: |
57+
pip install ruff
58+
ruff check . --exit-zero

README.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ pyNeuroML
1212
[![Twitter Follow](https://img.shields.io/twitter/follow/NeuroML?style=social)](https://twitter.com/NeuroML)
1313
[![Gitter](https://badges.gitter.im/NeuroML/community.svg)](https://gitter.im/NeuroML/community?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge)
1414
<!-- ALL-CONTRIBUTORS-BADGE:START - Do not remove or modify this section -->
15-
[![All Contributors](https://img.shields.io/badge/all_contributors-12-orange.svg?style=flat-square)](#contributors)
15+
[![All Contributors](https://img.shields.io/badge/all_contributors-17-orange.svg?style=flat-square)](#contributors-)
1616
<!-- ALL-CONTRIBUTORS-BADGE:END -->
1717

1818
A single package in Python unifying scripts and modules for reading, writing, simulating and analysing NeuroML2/LEMS models.
@@ -192,6 +192,13 @@ More closely tied to PyNN?
192192
<td align="center" valign="top" width="14.28%"><a href="https://github.com/andrisecker"><img src="https://avatars.githubusercontent.com/u/13274870?v=4?s=100" width="100px;" alt="András Ecker"/><br /><sub><b>András Ecker</b></sub></a><br /><a href="https://github.com/NeuroML/pyNeuroML/issues?q=author%3Aandrisecker" title="Bug reports">🐛</a> <a href="https://github.com/NeuroML/pyNeuroML/commits?author=andrisecker" title="Code">💻</a></td>
193193
<td align="center" valign="top" width="14.28%"><a href="https://github.com/RokasSt"><img src="https://avatars.githubusercontent.com/u/12904422?v=4?s=100" width="100px;" alt="Rokas Stanislovas"/><br /><sub><b>Rokas Stanislovas</b></sub></a><br /><a href="https://github.com/NeuroML/pyNeuroML/issues?q=author%3ARokasSt" title="Bug reports">🐛</a> <a href="https://github.com/NeuroML/pyNeuroML/commits?author=RokasSt" title="Code">💻</a></td>
194194
<td align="center" valign="top" width="14.28%"><a href="https://github.com/robertvi"><img src="https://avatars.githubusercontent.com/u/456100?v=4?s=100" width="100px;" alt="Robert Vickerstaff"/><br /><sub><b>Robert Vickerstaff</b></sub></a><br /><a href="https://github.com/NeuroML/pyNeuroML/commits?author=robertvi" title="Code">💻</a> <a href="https://github.com/NeuroML/pyNeuroML/commits?author=robertvi" title="Tests">⚠️</a></td>
195+
<td align="center" valign="top" width="14.28%"><a href="https://github.com/lej0hn"><img src="https://avatars.githubusercontent.com/u/72049569?v=4?s=100" width="100px;" alt="Giannis Daras"/><br /><sub><b>Giannis Daras</b></sub></a><br /><a href="https://github.com/NeuroML/pyNeuroML/issues?q=author%3Alej0hn" title="Bug reports">🐛</a> <a href="#ideas-lej0hn" title="Ideas, Planning, & Feedback">🤔</a> <a href="https://github.com/NeuroML/pyNeuroML/pulls?q=is%3Apr+reviewed-by%3Alej0hn" title="Reviewed Pull Requests">👀</a> <a href="https://github.com/NeuroML/pyNeuroML/commits?author=lej0hn" title="Code">💻</a></td>
196+
<td align="center" valign="top" width="14.28%"><a href="https://github.com/Dhruvanshu-Joshi"><img src="https://avatars.githubusercontent.com/u/104030847?v=4?s=100" width="100px;" alt="Dhruvanshu-Joshi"/><br /><sub><b>Dhruvanshu-Joshi</b></sub></a><br /><a href="https://github.com/NeuroML/pyNeuroML/issues?q=author%3ADhruvanshu-Joshi" title="Bug reports">🐛</a> <a href="#ideas-Dhruvanshu-Joshi" title="Ideas, Planning, & Feedback">🤔</a></td>
197+
</tr>
198+
<tr>
199+
<td align="center" valign="top" width="14.28%"><a href="https://github.com/AdityaBITMESRA"><img src="https://avatars.githubusercontent.com/u/147182147?v=4?s=100" width="100px;" alt="AdityaBITMESRA"/><br /><sub><b>AdityaBITMESRA</b></sub></a><br /><a href="https://github.com/NeuroML/pyNeuroML/issues?q=author%3AAdityaBITMESRA" title="Bug reports">🐛</a> <a href="#ideas-AdityaBITMESRA" title="Ideas, Planning, & Feedback">🤔</a> <a href="https://github.com/NeuroML/pyNeuroML/commits?author=AdityaBITMESRA" title="Code">💻</a> <a href="https://github.com/NeuroML/pyNeuroML/pulls?q=is%3Apr+reviewed-by%3AAdityaBITMESRA" title="Reviewed Pull Requests">👀</a></td>
200+
<td align="center" valign="top" width="14.28%"><a href="https://github.com/YBCS"><img src="https://avatars.githubusercontent.com/u/29734619?v=4?s=100" width="100px;" alt="Y. Budhachandra"/><br /><sub><b>Y. Budhachandra</b></sub></a><br /><a href="https://github.com/NeuroML/pyNeuroML/commits?author=YBCS" title="Code">💻</a> <a href="https://github.com/NeuroML/pyNeuroML/commits?author=YBCS" title="Tests">⚠️</a></td>
201+
<td align="center" valign="top" width="14.28%"><a href="https://github.com/stellaprins"><img src="https://avatars.githubusercontent.com/u/30465823?v=4?s=100" width="100px;" alt="Stella"/><br /><sub><b>Stella</b></sub></a><br /><a href="https://github.com/NeuroML/pyNeuroML/commits?author=stellaprins" title="Code">💻</a> <a href="#ideas-stellaprins" title="Ideas, Planning, & Feedback">🤔</a></td>
195202
</tr>
196203
</tbody>
197204
<tfoot>

tests/utils/test_utils.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
import pathlib as pl
1313

1414
import neuroml
15+
1516
from pyneuroml.pynml import read_neuroml2_file, write_neuroml2_file
1617
from pyneuroml.utils import (
1718
extract_position_info,

0 commit comments

Comments
 (0)