CodeForPhilly / chime

COVID-19 Hospital Impact Model for Epidemics
https://codeforphilly.github.io/chime/
MIT License
205 stars 151 forks source link

["bug"] Fix python module #546

Closed jlubken closed 4 years ago

jlubken commented 4 years ago

Description:

Penn_chime is not being run as a python module.

Steps to reproduce:

Run pytest or the streamlit app or the dash app. pycache directories appear inside the src directory. This indicates that the code is being executed from src, and not the install python module.

Expected behavior:

Tests run on the installed python module Web apps run from the installed python module

What I got instead:

pycache directories appear inside src