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.

deep logging not showing up

See original GitHub issue

Hello,

I tried to swap BBKNN over to the new logging, and while the timing aspect of it is functional, the deep refuses to cooperate. I checked with sc.pp.neighbors() just to make sure I’m not screwing things up massively, and it turns out that its deep also doesn’t work.

Screen Shot 2019-07-23 at 09 37 10

Any idea what’s going on here? I’m on python 3.6.7 on Bionic, jupyter 1.0.0, and all this:

scanpy==1.4.4 anndata==0.6.22.post1 umap==0.3.9 numpy==1.16.4 scipy==1.3.0 pandas==0.25.0 scikit-learn==0.21.2 statsmodels==0.10.1 python-igraph==0.7.1 louvain==0.6.1

Issue Analytics

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

github_iconTop GitHub Comments

1reaction
ktpolanskicommented, Jul 29, 2019

Can confirm everything’s operational now, so all’s well that ends well.

0reactions
flying-sheepcommented, Jul 29, 2019

Np, sorry it took so long! I replied only to the fractional-seconds part before and missed your new comment 😿

Read more comments on GitHub >

github_iconTop Results From Across the Web

logging.info doesn't show up on console but warn and error do
The root logger always defaults to WARNING level. Try calling logging.getLogger().setLevel(logging.INFO). and you should be fine.
Read more >
Plugin logging not appearing - Craft CMS Stack Exchange
In a front-end "web" request, it'll go to web.log , but for the queue (regardless of how it's running), it goes in queue.log...
Read more >
Logging HOWTO — Python 3.11.1 documentation
To display the date and time of an event, you would place '%(asctime)s' in your format string: import logging logging. basicConfig(format='%(asctime)s %( ...
Read more >
INFO logs are getting lost #796 - DataDog/dd-trace-py - GitHub
We're trying out the new logs injection feature but it doesn't seem to be working all the time. ERROR level logs do seem...
Read more >
Python Logging: In-Depth Tutorial - Toptal
The Python logging module comes with the standard library and provides basic logging features. By setting it up correctly, a log message can...
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