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.

controlling verbosity

See original GitHub issue
from brainrender.scene import Scene
Scene(verbose=False)

prints out

allen mouse atlas (res. 25um)
From: http://www.brain-map.org (Wang et al 2020, https://doi.org/10.1016/j.cell.2020.04.007 )
Setting 'display_inset' to False as this feature is not                             available in juputer notebooks
Setting window size to 'auto' as whole screen is not available in jupyter

Is there any way to turn these print-outs off?

Issue Analytics

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

github_iconTop GitHub Comments

1reaction
FedeClaudicommented, Oct 12, 2020

allen mouse atlas (res. 25um) From: http://www.brain-map.org (Wang et al 2020, https://doi.org/10.1016/j.cell.2020.04.007 )

Come from the atlas API, but it should be possible to switch that off.

Setting ‘display_inset’ to False as this feature is not available in juputer notebooks Setting window size to ‘auto’ as whole screen is not available in jupyter

These are from brianrender and specific to usage in jupyter, but you’re right they shouldn’t get printed if verbose is False.

Will patch this in the next release (to come out soon hopefully)

0reactions
FedeClaudicommented, Oct 14, 2020

Fixed with release: https://github.com/brainglobe/brainrender/releases/tag/1.0.1.0

Update brainrender and this shouldn’t be an isssue anymore: pip install brainrender -U

Read more comments on GitHub >

github_iconTop Results From Across the Web

Controlling Verbosity - Papertrail
Control verbosity. Confirm existing verbosity: make sure your app is not unintentionally logging at DEBUG level. This is much more common than it...
Read more >
Controlling Output Verbosity
LIBATOMS makes use of a global verbosity stack to control the amount of output produced by its subroutines and functions. The possible values,...
Read more >
Machine Translation Verbosity Control for Automatic Dubbing
Automatic dubbing aims at seamlessly replacing the speech in a video document with synthetic speech in a different language.
Read more >
Speech, Verbosity category, VoiceOver Utility on Mac
To set a control's verbosity level, select the control in the list, click its Verbosity pop-up menu, then choose a level (Default, Low,...
Read more >
Do you master the basics of Log Verbosity? - Medium
App-Log Verbosity Control is in the tradeoff between the big picture and the detail. Two of the basics are Warn Levels and Emission ......
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