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

googledatalab / pydatalab / 3245 / 4
78%
master: 78%

Build:
DEFAULT BRANCH: master
Ran 11 Jul 2018 06:24PM UTC
Files 101
Run time 10s
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 Jul 2018 06:07PM UTC coverage: 77.851%. Remained the same
TOX_ENV=coveralls

push

travis-ci

ojarjur
Fix an issue that batch predict in mltoolbox fails. (#695)

* Fix an issue that batch predict in mltoolbox fails.

In local prediction run, it is a dataflow local run job. One DataFlow operator, the TF graph runner, calls TF's "bundle_shim.load_session_bundle_or_saved_model_bundle_from_path" API in its "start_bundle" function. This API not only creates a session, but also populate default TF graph with operators loaded from the saved model.

If this operator is called multiple times, multiple operators (even with the same name) will be added to the default graph, which is incorrect and causes unexpected behavior.

The fix resets default graph in the operator's "finish_bundle" call to properly do cleanup.

* Pin dill's version.

5448 of 6998 relevant lines covered (77.85%)

0.78 hits per line

Source Files on job 3245.4 (TOX_ENV=coveralls)
  • Tree
  • List 0
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 3231
  • Travis Job 3245.4
  • c245c8af on github
  • Prev Job for TOX_ENV=coveralls on master (#3232.4)
  • Next Job for TOX_ENV=coveralls on master (#3250.4)
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