Closed matthiaskoenig closed 4 years ago
I noticed that the intervention.substance is still a string whereas timeourse.substance are already InfoNodes. This should be handled consistently.
intervention.substance
timeourse.substance
I noticed this doing checkes in pk_calculation of the form
if tc.substance.info_node.name != dosing.substance: # the dosing substance must correspond to the timecouse substance return outputs
I noticed that the
intervention.substance
is still a string whereastimeourse.substance
are already InfoNodes. This should be handled consistently.I noticed this doing checkes in pk_calculation of the form