-
Notifications
You must be signed in to change notification settings - Fork 85
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
base: main
Are you sure you want to change the base?
Conversation
Check out this pull request on See visual diffs & provide feedback on Jupyter Notebooks. Powered by ReviewNB |
I didn't catch it in the workflow file. Fixing. |
702e231
to
137a0f9
Compare
Codecov ReportAll modified and coverable lines are covered by tests ✅
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. 🚀 New features to boost your workflow:
|
@@ -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"); \ |
There was a problem hiding this comment.
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 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
?
uv run python3 docs/marimo/mlir_interoperation.py | |
make tests-marimo |
This PR: