Duke-University-Code-Plus / hormonal-pathways

0 stars 0 forks source link

Look over python conversions #6

Closed BillyMcCune closed 5 months ago

BillyMcCune commented 5 months ago
  1. Look over our current python conversions and compare to matlab code.
  2. Discuss which files we want to use and which files we should make.
  3. Try to make it so that the files we have chosen can have flexibility through user input. aka create input variables.
BillyMcCune commented 5 months ago

successfully cut away at redundant code in the conversions and added input variables and checks and balances to the code. Created a two model system. one model based on running a single organism simulation. a second model based on running multiple simulations with a changing variable with each one. Both models will most likely need further development as we work out frontend and backend interaction.