You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Don't run streamer multitab tests on OSX/Travis.
* Disable all socket streamer tests.
* no way to setup proxy yet.
* Temp commit.
* Some more changes but not complete.
* local tests.
* build was successful.
* Added pytest compatible tests. Generates test report at the end.
* Fixed hhfit tests.
* test commit [seg fault] skip ci
* Removed benchamark code.
* Added dependencies to requirements.txt file. Set verbosity to 0. Minor
cleanup. local tests are passing... Added test: rdesineur loads chan
proto from a given file.
* Fixed hhfit test. Added scipy to run hhfit test.
* Fixed one more test.
* test it on xcode10.3
* Some fixes to test_hhfit. The module selects a best function
'fuzzingly'.
* - Removed getopt in pymoose code. It was causing segfault on OSX. Not sure why. `getopt` is no longer needed there.
- Use scipy in tests as well. hhfit requires scipy.
- Added target coverage for make.
- Enabled coverage on travis.
- Fixes to unicode/str issues b/w python2 and 3.
* - Fixes to issue #393
- Don't let user use buggy gcc 4.8.x which does not proper regex support. See https://stackoverflow.com/questions/12530406/is-gcc-4-8-or-earlier-buggy-about-regular-expressions
* updated docker file for centos:7 . Install devtoolset-8.
* Some more tweak to test_hhfit.py file. THe hhfit function does not
always return the demanded function but could also return a function
which is a better fit (it is designed this way). Without this fix, the
test could fail on a separte run or on a separte platform.
* Update writeKkit.py
Fixed email id.
Co-authored-by: Dilawar Singh <dilawars@ncbs.res.in>
0 commit comments