uncertainties
uncertainties copied to clipboard
Transparent calculations with uncertainties on the quantities involved (aka "error propagation"); calculation of derivatives.
I am having problems with the type checking with "UFloat" (the "AffineScalarFunc" type) In the documentation it says the following: ``` # Nicer name, for users: isinstance(ufloat(...), UFloat) is #...
See for example https://github.com/lebigot/uncertainties/blob/804adccf3401aeacbcbae0d669f92131fcd02c03/uncertainties/test_uncertainties.py#L1596-L1607 These are two ufloat value entries in test_format. Since the two dict entries have the same keys the latter overwrites the former and the cases in...
Is there a place I could find use-cases or in-depth examples outside of the doc ? I am trying to build a unit-test list that is inspired by real-life use...
`np.isnan` correctly returns an empty array when given an empty array as an argument. `unp.isnan` goes straight to its wrapper, which attempts to vectorize the operation: ``` import numpy as...
`math.isclose` provides this: ``` isclose(a, b, *, rel_tol=1e-09, abs_tol=0.0) Determine whether two floating point numbers are close in value. rel_tol maximum difference for being considered "close", relative to the magnitude...
this is a work-in-progress to start on getting docs to build and push to readthedocs. so far, it has not touched the doc contents, but some of that will need...
It is more than a week now, that I closed #189 and asked to continue discussion inside the issues of my Fork. Nobody opened an issue. Because of that, I...
Github support CITATION.cff files. I was thinking it would be good to add one: https://docs.github.com/en/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/about-citation-files
It would be good to keep a change log as changes are made instead of writing it at release time. We have CHANGES.rst now. Do we just add notes to...
The code coverage is not uploading for the master branch. I'm not sure what the issue is. It's possibly something with the github apps settings on the repo. I can...