question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Circle CI and Appveyor fails on master

See original GitHub issue

Open an issue for the latest Circle failure on master.

Unexpected failing examples:
/home/circleci/project/examples/applications/plot_tomography_l1_reconstruction.py failed leaving traceback:
Traceback (most recent call last):
  File "/home/circleci/project/examples/applications/plot_tomography_l1_reconstruction.py", line 115, in <module>
    proj_operator = build_projection_operator(l, l / 7.)
  File "/home/circleci/project/examples/applications/plot_tomography_l1_reconstruction.py", line 95, in build_projection_operator
    proj_operator = sparse.coo_matrix((weights, (camera_inds, data_inds)))
  File "/home/circleci/miniconda/envs/testenv/lib/python3.6/site-packages/scipy/sparse/coo.py", line 150, in __init__
    self._shape = check_shape((M, N))
  File "/home/circleci/miniconda/envs/testenv/lib/python3.6/site-packages/scipy/sparse/sputils.py", line 281, in check_shape
    new_shape = tuple(operator.index(arg) for arg in args)
  File "/home/circleci/miniconda/envs/testenv/lib/python3.6/site-packages/scipy/sparse/sputils.py", line 281, in <genexpr>
    new_shape = tuple(operator.index(arg) for arg in args)
TypeError: 'numpy.float64' object cannot be interpreted as an integer

Issue Analytics

  • State:closed
  • Created 5 years ago
  • Comments:10 (10 by maintainers)

github_iconTop GitHub Comments

1reaction
lestevecommented, May 17, 2018

Actually there is still the latexmk error in CircleCI …

0reactions
lestevecommented, May 18, 2018

Thanks for the investigation @rth! Just FYI I opened #11106 which should fix the problem.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Circle CI and AppVeyor Build Failing with same error logs on all PRs ...
@Makman2 they are 2 err logs of Circle CI and AppVeyor. Both of them are failing. All reactions.
Read more >
Build fails on master branch for unknown reasons
I had a PR build that passed with no problems: https://ci.appveyor.com/project/qdot/buttplug-csharp/build/0.2.3.773.
Read more >
Adding first project, "Start Building" button returns "Failed"
I am trying to setup my first project using CircleCI, having built up experience with related services from TravisCI and AppVeyor.
Read more >
AppVeyor vs Circle CI comparison of Continuous Integration ...
Run tests on AppVeyor or Circle CI with Knapsack Pro to ensure parallel jobs finish work at a similar time. Get the fastest...
Read more >
CircleCI for R: Motivation and basic setup - John Blischak's blog
Since AppVeyor and Travis CI are the best supported CI platforms for R ... the error in a log file or inspect the...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found