Conversation
|
Pushed a commit to improve the |
akaszynski
left a comment
There was a problem hiding this comment.
Thanks! We need to improve logging (especially for debug) on pyvista. I'm approving this, but some docs about setting the log level would be helpful. Maybe a misc.rst page in our current docs?
|
Also, since you've been adding quite a bit lately, I've invited you to be a developer at |
|
Indeed I can merge here, so probably you just need to give the |
|
@larsoner, that's exactly it. Just added |
No problem, I experienced a similar problem a couple of months ago and it was a pain to find ... |
* upstream/master: (37 commits) 🔧 Fix unused variables (pyvista#847) Add better Unstructured Grid Documentation (pyvista#845) Fix typo in plotting.py (pyvista#846) Feat: Implement compute_derivative (pyvista#837) New probe filter and massively improve interpolate filter (pyvista#842) Clarify clip filter docstring (pyvista#840) Update create-structured-surface.py (pyvista#844) Update topo-map.py (pyvista#841) Add release suffix to version string (pyvista#817) Add pathlib Support (pyvista#836) Add tolerance argument to sample_over_line (pyvista#828) vector slice from pyvista/pyvista-support#134 (pyvista#808) Fix is_all_triangles (pyvista#832) Misc. documentation fixes (pyvista#829) Follow up pyvista#793: fix get_data_range (pyvista#818) Fix GPU info in scooby report (pyvista#825) Patch for auto_close warning (pyvista#798) Add texture demo with scalar data (pyvista#821) MAINT: Log init start/stop (pyvista#819) Add PolyData strip filter (pyvista#807) ...
Overview
pyvista.plotting.log.setLevel(10)for example if you want the output to be printed. Does nothing by default because logging.CRITICAL is the default level