prog_models icon indicating copy to clipboard operation
prog_models copied to clipboard

Extend SimResult plot method unittesting beyond simply passing without exception

Open lawrence-hwang opened this issue 3 years ago • 0 comments

SimResult unittesting for its plot method currently only checks to see whether it successfully runs, i.e. not raising any exceptions when calling SimResult.plot(). Extend the unittest for this method to include more thorough checks to ensure the plot produces the desired result.

lawrence-hwang avatar Feb 09 '22 23:02 lawrence-hwang