BCDA-APS / mdaviz

Data visualization for mda
https://bcda-aps.github.io/mdaviz/
Other
3 stars 0 forks source link

Console output could be suppressed #126

Closed prjemian closed 3 weeks ago

prjemian commented 1 month ago

Console output could be suppressed in next version:

========= mda_0007.mda in /home/prjemian/Documents/projects/BCDA-APS/mdaviz/mdaviz/data/test_folder1

----- Selection before clean up: {'X': 1, 'Y': [2]}
----- Selection After clean up: {'X': 1, 'Y': [2]}

doPlot called: action='add', selection={'X': 1, 'Y': [2]}

========= mda_0008.mda in /home/prjemian/Documents/projects/BCDA-APS/mdaviz/mdaviz/data/test_folder1

----- Selection before clean up: {'X': 1, 'Y': [2]}
----- Selection After clean up: {'X': 1, 'Y': [2]}

doPlot called: action='add', selection={'X': 1, 'Y': [2]}

Originally posted by @prjemian in https://github.com/BCDA-APS/mdaviz/issues/112#issuecomment-2124796790

prjemian commented 1 month ago

Related to: