Compares several trajectories to a reference function by using function interpolation. More...
Additional Inherited Members | |
Public Member Functions inherited from TrajectoryComparer | |
def | run |
Runs the test. | |
Public Member Functions inherited from Plotter | |
def | start_pdf |
Initialize a new pdf file. More... | |
def | close_pdf |
Saves the pdf file to disc after all plots are finished. | |
def | finish_plot |
Adds the current plot to the pdf file. | |
def | figureLegendRight |
Creates a new plot with figure legend right of the plot. More... | |
def | plot |
Wraps matplotlibs plot function. More... | |
Public Member Functions inherited from OutputManager | |
def | __init__ |
Arguments are passed through to OptionsManager. | |
def | runmodes |
Return runmodes. More... | |
def | output |
The name of the output file for a given runmode. More... | |
def | clean |
Delete the trajectory file and state file for a given runmode. More... | |
Public Member Functions inherited from OptionsManager | |
def | __init__ |
def | get_option |
Get configuration file keys in a safe way. More... | |
Public Attributes inherited from OutputManager | |
outputdir | |
All output files end up here. More... | |
expecteddir | |
Where to look for pre-run simulations to compare test runs to. More... | |
Public Attributes inherited from OptionsManager | |
options | |
optparse.Values: command line options | |
cp | |
ConfigParser: configuration file keys. | |
test | |
The name of the current test. | |
Compares several trajectories to a reference function by using function interpolation.
Configuration file keys this class understands.
Definition at line 777 of file testdriver.py.