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

googledatalab / pydatalab / 3245
78%

Build:
DEFAULT BRANCH: master
Ran 11 Jul 2018 06:24PM UTC
Jobs 1
Files 101
Run time 12s
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
3245

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

Jobs
ID Job ID Ran Files Coverage
4 3245.4 (TOX_ENV=coveralls) 11 Jul 2018 06:24PM UTC 0
77.85
Travis Job 3245.4
Source Files on build 3245
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #3245
  • c245c8af on github
  • Prev Build on master (#3232)
  • Next Build on master (#3250)
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