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

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

Build:
Build:
LAST BUILD BRANCH: 0.6.5
DEFAULT BRANCH: master
Ran 01 Nov 2019 06:27PM UTC
Files 3
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

25 Oct 2019 07:24PM UTC coverage: 63.256%. First build
52.1

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.

439 of 694 relevant lines covered (63.26%)

0.63 hits per line

Source Files on job 52.1
  • Tree
  • List 0
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 1
  • Travis Job 52.1
  • 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