Skip to content

Commit

Permalink
fix : revert test new test-system
Browse files Browse the repository at this point in the history
  • Loading branch information
sepandhaghighi committed Dec 28, 2023
1 parent b168976 commit 537267b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Test/output_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -498,7 +498,7 @@
>>> save_obj=={'Status': False, 'Message': "[Errno 2] No such file or directory: '/asdasd, qweqwe.eo/.obj'"}
True
>>> cm_file=ConfusionMatrix(file=open("test4.obj", "r"))
>>> assert isclose(cm_file.DP[1], 0.770700985910517, abs_tol=ABS_TOL, rel_tol=REL_TOL)
>>> assert isclose(cm_file.DP[1], 0.770700985610517, abs_tol=ABS_TOL, rel_tol=REL_TOL)
>>> assert isclose(cm_file.Y[1], 0.627145631592811, abs_tol=ABS_TOL, rel_tol=REL_TOL)
>>> assert isclose(cm_file.BM[1], 0.627145631592811, abs_tol=ABS_TOL, rel_tol=REL_TOL)
>>> cm_file.transpose
Expand Down

0 comments on commit 537267b

Please sign in to comment.