-
-
Notifications
You must be signed in to change notification settings - Fork 2k
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
Removes BART #5566
Removes BART #5566
Conversation
We need to remove the test file from the pytest workflow: pymc/.github/workflows/pytest.yml Line 80 in afe210a
pymc/.github/workflows/pytest.yml Line 66 in afe210a
|
What about the competence? Is there a level above |
Codecov Report
@@ Coverage Diff @@
## main #5566 +/- ##
==========================================
- Coverage 88.13% 87.61% -0.53%
==========================================
Files 81 76 -5
Lines 14238 13694 -544
==========================================
- Hits 12549 11998 -551
- Misses 1689 1696 +7
|
Can you give more context what changes with this commit? 159e7bf |
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.
Looks good,
Can you add a test for the step methods change, that shows you can add a step method externally?
Also can you split the bart changes from the step/methods assignment into 2 distinct commits (or PRs)?
What should I do to split the changes into 2 distinct commits (or PRs)? |
git interactive rebase -> reorder + squash all the commits into two commits: 1) remove bart and 2) step method changes |
d70eda0
to
4635bf3
Compare
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.
Looks great.
Can you change the commit messages to have a more descriptive title/messages? You don't need to include the titles of the squashed commits unless you want to. This can be done with interactive rebase + reword command
I was confused with how to change the messages. Now I think I got it right. |
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.
Looks great. Award for best branch name! Just checking what is going on with read the docs failure
I merged it but just realized we need to mention it in the release notes @aloctavodia |
This removes BART from the main PyMC codebase in favor of moving it to pymc-experimental.