Skip to content

Commit

Permalink
Merge pull request #29 from brian-team/gradient_refine
Browse files Browse the repository at this point in the history
[MRG] TraceFitter.refine with calculated gradient
  • Loading branch information
romainbrette committed Mar 13, 2020
2 parents adad721 + db10a53 commit cbe7e9a
Show file tree
Hide file tree
Showing 7 changed files with 505 additions and 179 deletions.
7 changes: 6 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
dist: xenial
os: linux
language: python
python:
- "3.6"
Expand All @@ -13,4 +14,8 @@ install:
# command to run tests
script:
- pytest --cov=brian2modelfitting
- coveralls

after_success:
- if [ "$TRAVIS_PYTHON_VERSION" == "3.6" ]; then
travis_retry coveralls;
fi
Loading

0 comments on commit cbe7e9a

Please sign in to comment.