Skip to content
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

Move logic out of __init__.py #7

Open
tompollard opened this issue Dec 20, 2023 · 0 comments
Open

Move logic out of __init__.py #7

tompollard opened this issue Dec 20, 2023 · 0 comments

Comments

@tompollard
Copy link
Contributor

As discussed in Medical-Event-Data-Standard/meds#3, __init__.py is usually just a place for putting imports and other bits and pieces to help with packaging.

https://github.com/Medical-Event-Data-Standard/meds_etl/blob/main/src/meds_etl/mimic/__init__.py currently contains most of the logic for transforming MIMIC to MEDS. We should move the code out of __init__.py and into a module.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant