TransientRegression¶
Source: drivers/TransientRegression.py
Run a TransientDriver and diff its result against a gold .pt file.
Other options¶
driver—str· requiredThe TransientDriver to run before diffing.
reference—str· requiredPath to the gold
.ptfile. Resolved relative to the input file’s directory when not absolute.rtol—float· default1e-05Relative tolerance for per-tensor comparison.
atol—float· default1e-08Absolute tolerance for per-tensor comparison.