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

kubeflow / pipelines / 4279
0%

Build:
DEFAULT BRANCH: master
Ran 20 Aug 2019 08:05PM UTC
Jobs 1
Files 67
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
4279

push

travis-ci-com

k8s-ci-robot
IBM Watson samples: from six.moves import xrange (#1877)

Discovered in #1721

__xrange()__ was removed in Python 3 in favor of an improved version of __range()__.  This PR ensures equivalent functionality in both Python 2 and Python 3.

```
./samples/contrib/ibm-samples/watson/source/model-source-code/tf-model/input_data.py:100:40: F821 undefined name 'xrange'
            fake_image = [1.0 for _ in xrange(784)]
                                       ^
./samples/contrib/ibm-samples/watson/source/model-source-code/tf-model/input_data.py:102:41: F821 undefined name 'xrange'
            return [fake_image for _ in xrange(batch_size)], [
                                        ^
./samples/contrib/ibm-samples/watson/source/model-source-code/tf-model/input_data.py:103:37: F821 undefined name 'xrange'
                fake_label for _ in xrange(batch_size)]
                                    ^
```

@gaoning777 @Ark-kun Your reviews please.

1602 of 1806 branches covered (88.7%)

Branch coverage included in aggregate %.

2752 of 2910 relevant lines covered (94.57%)

60.54 hits per line

Jobs
ID Job ID Ran Files Coverage
1 4279.1 20 Aug 2019 08:05PM UTC 0
92.32
Travis Job 4279.1
Source Files on build 4279
Detailed source file information is not available for this build.
  • Back to Repo
  • Build #4279
  • 6284dc10 on github
  • Prev Build on master (#4270)
  • Next Build on master (#4285)
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