Merged
Conversation
|
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #124 +/- ##
==========================================
+ Coverage 98.84% 98.85% +0.01%
==========================================
Files 26 26
Lines 1384 1398 +14
==========================================
+ Hits 1368 1382 +14
Misses 16 16 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
mcw92
reviewed
Jan 29, 2026
mcw92
reviewed
Jan 29, 2026
mcw92
reviewed
Jan 29, 2026
mcw92
reviewed
Jan 29, 2026
mcw92
reviewed
Jan 29, 2026
mcw92
reviewed
Jan 29, 2026
mcw92
reviewed
Jan 29, 2026
mcw92
reviewed
Jan 29, 2026
mcw92
reviewed
Jan 29, 2026
mcw92
reviewed
Jan 29, 2026
mcw92
reviewed
Jan 29, 2026
mcw92
reviewed
Jan 29, 2026
mcw92
reviewed
Jan 29, 2026
mcw92
reviewed
Jan 29, 2026
mcw92
reviewed
Jan 29, 2026
mcw92
reviewed
Jan 29, 2026
mcw92
reviewed
Jan 29, 2026
mcw92
reviewed
Jan 29, 2026
mcw92
reviewed
Jan 29, 2026
mcw92
approved these changes
Jan 29, 2026
Member
mcw92
left a comment
There was a problem hiding this comment.
Looks good to me! The tutorial was easily understandable and everything worked out of the box as described in the notebook. I made some small changes in the notebook that I already committed. For the other files, I made commit suggestions (and also some comments in general) which should be addressed before merging.
I however already approve the PR.
Co-authored-by: Marie Weiel <marie.weiel@kit.edu>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
This PR includes several small bugfixes and improvements to documentation and tutorial:
__version__attribute is now included.PAINTdatabase.NOTE: Instructions in the tutorial for installation via PyPi, specifically
pip install "paint-csp[tutorial]"will not yet work, since this version ofPAINT(i.e. the version with the tutorial dependencies) is a part of this PR. Therefore please perform a local clean install ``pip install ".[tutorial]" based off this branch when creating your environment for testing.Checklist: