• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

scottclowe / fissa / 122 / 7
83%
master: 78%

Build:
Build:
LAST BUILD BRANCH: ci_allow-suite2p-failure
DEFAULT BRANCH: master
Ran 11 Mar 2019 06:06PM UTC
Files 9
Run time 0s
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

11 Mar 2019 05:58PM UTC coverage: 62.915% (+1.7%) from 61.2%
TEST_NOTEBOOKS="false" USE_OLDEST_DEPENDENCIES="true"

push

travis-ci

scottclowe
NB+DOC+BUG: Fix datahandler_custom argument in Basic usage notebook

Previously, the notebook example was
```
fissa.Experiment(..., datahandler=datahandler_custom)
```
which doesn't actually supply the correct argument.
The correct argument is
```
fissa.Experiment(..., datahandler_custom=datahandler_custom)
```
This was not caught previously because the Experiment class had
an unused `**kwargs` keyword parameter collection, which was accepting
the erroneous `datahandler` argument. As the `datahandler_custom`
example is the same as `fissa.datahandler`, the fact that the argument
was ignored was not noticed.

154 of 272 branches covered (56.62%)

Branch coverage included in aggregate %.

433 of 661 relevant lines covered (65.51%)

0.66 hits per line

Source Files on job 122.7 (TEST_NOTEBOOKS="false" USE_OLDEST_DEPENDENCIES="true")
  • Tree
  • List 0
  • Changed 2
  • Source Changed 0
  • Coverage Changed 2
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses
  • Back to Build 69
  • Travis Job 122.7
  • e96fc51f on github
  • Prev Job for TEST_NOTEBOOKS="false" USE_OLDEST_DEPENDENCIES="true" on tst_test-core2 (#116.6)
  • Next Job for TEST_NOTEBOOKS="false" USE_OLDEST_DEPENDENCIES="true" on tst_test-core2 (#127.5)
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE TRIAL · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc