Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add ArrayParameter class, and use it to simplify GIF_cond_exp model #551

Merged
merged 3 commits into from
Jan 3, 2018

Conversation

apdavison
Copy link
Member

The ArrayParameter will also be used in future for other models with array-valued (or tuple-value) parameters.

@apdavison apdavison added this to the 0.9.3 milestone Dec 6, 2017
@coveralls
Copy link

coveralls commented Dec 6, 2017

Coverage Status

Coverage decreased (-0.06%) to 54.245% when pulling 6c6ce78 on apdavison:tuple-parameters into 86ba43b on NeuralEnsemble:master.

@coveralls
Copy link

coveralls commented Dec 6, 2017

Coverage Status

Coverage decreased (-0.03%) to 54.27% when pulling e5ce20a on apdavison:tuple-parameters into 86ba43b on NeuralEnsemble:master.

@coveralls
Copy link

Coverage Status

Coverage decreased (-12.0%) to 42.349% when pulling acf00b1 on apdavison:tuple-parameters into 86ba43b on NeuralEnsemble:master.

@apdavison
Copy link
Member Author

It appears that the broken tests with the last commit are due to the release of Brian 1.4.4. It seems that the Brian system tests were being skipped with Brian 1.4.3. Also note that some of the test failures are labelled "neuron" or "nest", but it appears they are actually brian failures, not sure why the mislabelling is happening.

@appukuttan-shailesh
Copy link
Contributor

I faced a similar situation with the mislabeling of test failures here:
https://travis-ci.org/NeuralEnsemble/PyNN/jobs/306647617

It shows: "FAIL: issue512(neuron)"
But further up the document, we have: "issue512(nest) ... FAIL"

The error is shown on a line which wouldn't run for NEURON (only for NEST)
Also nosetests for NEURON passed on my laptop.

@apdavison apdavison merged commit 46af4c5 into NeuralEnsemble:master Jan 3, 2018
@apdavison apdavison deleted the tuple-parameters branch April 30, 2024 10:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants