TransientRegression

Source: drivers/TransientRegression.py

Run a TransientDriver and diff its result against a gold .pt file.

Other options

driverstr · required

The TransientDriver to run before diffing.

referencestr · required

Path to the gold .pt file. Resolved relative to the input file’s directory when not absolute.

rtolfloat · default 1e-05

Relative tolerance for per-tensor comparison.

atolfloat · default 1e-08

Absolute tolerance for per-tensor comparison.