Open mocquin opened 2 years ago
I am not aware of any specific example of usage, but if I remember correctly, many hundreds of projects on the web use it. I'm not yet sure how to find them, though.
The dependency list gives a start, although browsing through it I could not find much examples.
I started from the examples of the documentation and set up few tests here
I'd be curious to have your thoughts about it. FYI out of 30 assertions, I get 2 failures and 3 errors.
Ah, good find! That's what I had in mind when I was mentioning "hundreds of projects" using uncertainties (actually 1,400 it seems).
I had a quick look at the tests you set up. Thanks!
I have a couple of comments:
test….py
files. Now, they could be adapted (if needed) to a more recent Python testing module than nosetests. :)
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 of uncertainties. Maybe some known projects that uses uncertainties ?