Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

documentation: migrate interoperability notebook from jupyter to marimo #4059

Open
wants to merge 7 commits into
base: main
Choose a base branch
from

Conversation

compor
Copy link
Collaborator

@compor compor commented Mar 14, 2025

This PR:

  • Migrates interoperability notebook from jupyter to marimo

@compor compor added the documentation Improvements or additions to documentation label Mar 14, 2025
@compor compor requested review from superlopuh and math-fehr March 14, 2025 08:50
@compor compor self-assigned this Mar 14, 2025
Copy link

Check out this pull request on  ReviewNB

See visual diffs & provide feedback on Jupyter Notebooks.


Powered by ReviewNB

@compor
Copy link
Collaborator Author

compor commented Mar 14, 2025

I didn't catch it in the workflow file. Fixing.

@compor compor force-pushed the christos/docs/migrate-interop-notebook-to-marimo branch from 702e231 to 137a0f9 Compare March 20, 2025 14:46
Copy link

codecov bot commented Mar 20, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 89.04%. Comparing base (044ea0e) to head (306a52f).

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #4059   +/-   ##
=======================================
  Coverage   89.04%   89.04%           
=======================================
  Files         318      318           
  Lines       43402    43402           
  Branches     5402     5402           
=======================================
  Hits        38649    38649           
  Misses       3409     3409           
  Partials     1344     1344           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@@ -94,7 +93,14 @@ tests-marimo: uv-installed
@bash -c '\
error_log="/tmp/marimo_test_$$$$.log"; \
failed_tests=""; \
skip_files=("docs/marimo/mlir_interoperation.py"); \
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

these are conditionally skipped, right? Maybe call this mlir_opt_files?

@@ -117,7 +117,7 @@ jobs:
cd xdsl
# Add mlir-opt to the path
export PATH=$PATH:${GITHUB_WORKSPACE}/llvm-project/build/bin/
uv run pytest --nbval docs/mlir_interoperation.ipynb --maxfail 1 -vv
uv run python3 docs/marimo/mlir_interoperation.py
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

?

Suggested change
uv run python3 docs/marimo/mlir_interoperation.py
make tests-marimo

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants