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

vanvalenlab / deepcell-tracking / 52
63%
master: 90%

Build:
Build:
LAST BUILD BRANCH: 0.6.5
DEFAULT BRANCH: master
Ran 01 Nov 2019 06:27PM UTC
Jobs 5
Files 12
Run time 4min
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

pending completion
52

push

travis-ci-com

web-flow
Remove TensorFlow as a dependency. (#9)

* update features value check and test for it.

`features` was originally defaulted to `None`, which then we tested  against to ensure users passed the correct value.  When we updated the default `features` to use all features, we did not update the value check for it in _init_ (`if features is None:`). Now we can switch that to `if not features` to ensure that some features were passed. Other tests had to be edited to not pass an empty list as the features.

* remove keras.backend.image_data_format call from cell_tracker.

Change the default `data_format` from None (where we automatically get  the data format from keras) to "channels_last".  On _init_, check to make sure that data_format is a valid value.

* Replace tensorflow testing tools with pytest.

* Replace K.floatx() calls with new cell_tracker.dtype attribute (defaults to float32).

* Remove tensorflow from setup.py and requirements.txt.

* Added `absl-py` to travis builds and to setup.py extra_requires, previously installed by tensorflow.

1756 of 2776 relevant lines covered (63.26%)

3.16 hits per line

Jobs
ID Job ID Ran Files Coverage
1 52.1 01 Nov 2019 06:27PM UTC 0
63.26
Travis Job 52.1
2 52.2 01 Nov 2019 06:28PM UTC 0
63.26
Travis Job 52.2
3 52.3 01 Nov 2019 06:28PM UTC 0
63.26
Travis Job 52.3
4 52.4 01 Nov 2019 06:29PM UTC 0
63.26
Travis Job 52.4
5 52.5 01 Nov 2019 06:31PM UTC 0
63.26
Travis Job 52.5
Source Files on build 52
Detailed source file information is not available for this build.
  • Back to Repo
  • Build #52
  • 64814f6f on github
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc