eradiate.test_tools¶
eradiate.test_tools.plugin¶
Helper tools for plugin tests.
|
Sample a BSDF and get corresponding |
eradiate.test_tools.regression¶
|
Common interface for tests based on the comparison of a result array against reference values. |
|
This class implements a simple test based on the root mean squared error (RMSE) of a result array with respect to the reference data. |
|
This class implements a statistical test for the regression testing campaign, based on Pearson's Chi-squared test. |
|
Abstract Student's T-Test |
|
Independent Student's T-test |
|
Paired Student's T-test |
|
Z-Test with Šidák correction factor |
|
T-Test with Šidák correction factor |
eradiate.test_tools.test_cases¶
|
Create BOA experiments from Rami4ATM case id |
|
Create an |
dict() -> new empty dictionary dict(mapping) -> new dictionary initialized from a mapping object's (key, value) pairs dict(iterable) -> new dictionary initialized as if via: d = {} for k, v in iterable: d[k] = v dict(**kwargs) -> new dictionary initialized with the name=value pairs in the keyword argument list. For example: dict(one=1, two=2). |
eradiate.test_tools.types¶
|
Perform kernel dictionary checks on a scene element. |