Skip to content

🎉 Add dataset viewer#384

Open
casenave wants to merge 18 commits intomainfrom
viewer
Open

🎉 Add dataset viewer#384
casenave wants to merge 18 commits intomainfrom
viewer

Conversation

@casenave
Copy link
Copy Markdown
Member

@casenave casenave commented Apr 29, 2026

Checklist

  • Typing enforced
  • Documentation updated
  • Changelog updated
  • Tests and Example updates
  • Coverage should be 100%

Comment thread tests/viewer/test_trame_server.py Fixed
Comment thread tests/viewer/test_trame_server.py Fixed
Comment thread src/plaid/viewer/trame_app/server.py Fixed
Comment thread src/plaid/viewer/trame_app/server.py Fixed
Comment thread tests/viewer/test_cache.py Fixed
Comment thread src/plaid/viewer/cache.py Fixed
Comment thread src/plaid/viewer/trame_app/server.py Fixed
Comment thread src/plaid/viewer/trame_app/server.py Fixed
@codecov
Copy link
Copy Markdown

codecov Bot commented Apr 29, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.

📢 Thoughts on this report? Let us know!

casenave and others added 3 commits April 29, 2026 21:11
Co-authored-by: Copilot Autofix powered by AI <223894421+github-code-quality[bot]@users.noreply.github.com>
Co-authored-by: Copilot Autofix powered by AI <223894421+github-code-quality[bot]@users.noreply.github.com>
Comment thread src/plaid/viewer/trame_app/server.py Fixed
@casenave casenave marked this pull request as ready for review April 30, 2026 05:30
@casenave casenave requested a review from a team as a code owner April 30, 2026 05:30
@casenave
Copy link
Copy Markdown
Member Author

@bstaber @fbordeu ready to review

devnull_fd = os.open(os.devnull, os.O_WRONLY)
os.dup2(devnull_fd, 2)
os.close(devnull_fd)
_C_STDERR_REROUTED = True
# Some VTK builds expose ``vtkLogger`` but not this verbosity API.
# Ignore to keep compatibility and continue without hard failure.
pass
_VTK_LOG_ROUTER_INSTALLED = True
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants