Skip to content

Added robot tests for approximate comparison of graphs

The pipeline was failing earlier because the floating point values no longer matched what was originally in the file. This MR addresses that by creating a function which does "approximate" comparison of the floating point values in the file. The regex extracts the floating point value and the text around it and the rest of the code compares these.

Merge request reports