Circle CI and Appveyor fails on master
See original GitHub issueOpen 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:
- Created 5 years ago
- Comments:10 (10 by maintainers)
Top 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 >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Actually there is still the latexmk error in CircleCI …
Thanks for the investigation @rth! Just FYI I opened #11106 which should fix the problem.