Skip to content

Commit

Permalink
Show the per-frame error values for tests.
Browse files Browse the repository at this point in the history
  • Loading branch information
david-cattermole committed Dec 31, 2022
1 parent d7a4289 commit d8d5522
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/test/baseutils.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@
from __future__ import division
from __future__ import print_function

import pprint
import os
import math
import time
Expand Down Expand Up @@ -138,6 +139,7 @@ def checkSolveResults(

# Check the final error values
frm_err_list = mmapi.merge_frame_error_list(solres_list)
print('frame error list', pprint.pformat(dict(frm_err_list)))

avg_err = mmapi.get_average_frame_error_list(frm_err_list)
print('avg error', avg_err)
Expand Down

0 comments on commit d8d5522

Please sign in to comment.