Campbell-Muscle-Lab / PyMyoVent

PyMyoVent is computer code that simulates an idealized ventricle pumping blood around a single circulation.
http://Campbell-Muscle-Lab.github.io/PyMyoVent/index.html
BSD 3-Clause "New" or "Revised" License
3 stars 4 forks source link

Can we delete lxml ? #14

Closed kenatcampbellmusclelab closed 3 years ago

kenatcampbellmusclelab commented 3 years ago

Ken tried to run the baroreceptor demo at https://campbell-muscle-lab.github.io/PyMyoVent/pages/demos/baroreceptor/baroreceptor_steady_state.html

and get this error Traceback (most recent call last): File "PyMyoVent.py", line 15, in <module> from modules.SingleVentricle.SingleVentricle import single_circulation as sc File "C:\ken\GitHub\CampbellMuscleLab\models\PyMyoVent\Python_code\modules\SingleVentricle\SingleVentricle.py", line 8, in <module> from lxml import etree ModuleNotFoundError: No module named 'lxml'

Can we delete this import statement now that we are using json?

kenatcampbellmusclelab commented 3 years ago

Handled in rebuild