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.

Likely bug in sputils.get_sum_dtype

See original GitHub issue

This code looks wrong to me:

https://github.com/scipy/scipy/blob/9a94b31da02764111cb51a5e825e1048e0760db6/scipy/sparse/sputils.py#L173-L181

issubdtype(t, np.float_) is the same as t == np.float_, in which case the if statement is pointless - I think the intent might have been issubdtype(t, np.floating)

Issue Analytics

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

github_iconTop GitHub Comments

1reaction
eric-wiesercommented, Sep 16, 2018

That failure from travis is a problem with travis, not a problem with your patch

0reactions
perimosocordiaecommented, Sep 17, 2018

Fixed by gh-9280.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Brown Marmorated Stink Bug
Scientific name: Halyomorpha halys Stål. Native range: Asia. Brown marmorated stink bug adult. Photo by Witney Cranshaw, Colorado State University, ...
Read more >
Bed Bugs - Frequently Asked Questions (FAQs) - CDC
What are bed bugs? Bed bugs (Cimex lectularius) are small, flat, parasitic insects that feed solely on the blood of people and animals...
Read more >
Bug in Ear: Symptoms, Removal, Complications - Healthline
While a bug in your ear will typically be harmless, further complications can and do arise. Always remove the insect or have it...
Read more >
5 Bugs That Are Most Likely To Bite You While You Sleep
Some common pests that bite at night include mosquitoes, bed bugs, scabies mites, and chiggers. Consider installing screens on your bedroom ...
Read more >
Bed Bug Biology and Behavior
When humans began living in the caves, the bugs began feeding on humans. ... always possible in heavy infestations where bed bugs are...
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