-
Notifications
You must be signed in to change notification settings - Fork 0
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
Refactor/py pkg update #39
Conversation
py-pkg files are not edited for pyDisagg yet
Updated innit for easier calling Commented out unused functions but kept them incase I am missing use case Need to write test for split_datapoint Returned object for split_rate_jacobian but unsure if this is correct
Still getting used to running Ruff, doesn't seem to want to function in the terminal and the VS code extension isn't formatting all so i went through the src files manually and Ctrl + S them ... can we review when you're back?
Trying pre-commit
forgot to remove lint.yml
pip installed ruff and re-ran the format to include the 3 I was missing
previous version was crashing for me so hopefully this change fixes it
I re-ran the code with the update on an R file and it seemed to load in correctly. Notable changes are not specifying sphinx, and pytest.
added pytest options
import pydisagg.transformations as tr E ModuleNotFoundError: No module named 'pydisagg'
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.
Thanks very much @saalUW!! This is looking better and better! I left some minor comments, take a look when you get a chance.
Chnaged license corrected github url removed dev_dependencies from build removed init code from age_split sub directory ruff formatted files numpy format for doc in preprocess
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.
Thanks @saalUW! This looks good!
Added:
Updated:
Removed: