Fix model handling in uncertainty
Ran into some more bugs while attempting to generate the full uncertainty.
-
self.model
was replaced withself.darm
for a few functions asself.model
did not exist beyond being a string. - `Kludge conversion of the delay times from microseconds to seconds. Might not be the best way to do this...