informatics-lab / precip_rediagnosis

Project to use ML to re-diagnose precipitation fields from ensemble model fields
0 stars 0 forks source link

create setup.py for better imports #92

Open stevehadd opened 1 year ago

stevehadd commented 1 year ago

In PR #86, I found that I needed to do some fiddling with the python path to be able import code from a module, because the repository isn't set up to be able to import easily and in an orderly manner. We should a setup.py so we can have orderly set of inoput like prd.data_prep to be able to access common code.