oscarbranson / cbsyst

Python module for calculating carbon and boron solution chemistry.
MIT License
29 stars 17 forks source link

Error Propagation #1

Open oscarbranson opened 7 years ago

oscarbranson commented 7 years ago

Implement it... using uncertainties package?

oscarbranson commented 7 years ago

Modified carbon_fns with fsolve calls so uncertainties no longer cause errors.

HOWEVER: Error propagation in fsolve functions is invalid. Not yet implemented in uncertainties package - lebigot/uncertainties#69.

oscarbranson commented 7 years ago

Might be able to implement it with existing uncertainties.wrap function, now that zero finders are no longer vectorised (#2)?