Removed the misc/ and R/ folders (no dependency on items there). Mov…#40
Open
mpratola wants to merge 1 commit into
Open
Removed the misc/ and R/ folders (no dependency on items there). Mov…#40mpratola wants to merge 1 commit into
mpratola wants to merge 1 commit into
Conversation
…d the example files in Examples/ into a specific example subdirectory, in this case Examples/BART_BMM_Technometrics_2024/. Future examples should have their own subdirectories within Examples/ to keep things clean, such as Examples/New_Paper_Example/. Moved eft_models.py from Python/ to Examples/BART_BMM_Technometrics_2024/ as it is referenced from the Jupyter notebook in that example but nowhere else; subsequently removed the Python/ directory.
Contributor
|
I will review this PR after #39 is brought into |
Open
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.
Reorg of repo. Removed misc/ and R/ folders. Moved example files in Examples/ to an example-specific subdirectory Examples/BART_BMM_Technometrics_2024/. Future examples should have their own subdirectories. Moved eft_models.py from Python/ to Examples/BART_BMM_Technometrics_2024/ (it is referenced from the Jupyter notebook). Removed Python/ directory.