You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This ticket is part of Re #1147 wich sorted main issues with equal_to_tol but left small independant things unfinished.
equal_to_tol operation is now defined on serializable and uses saveableFields to define what to compare.
faccessors have overloaded loadobj and saveobj which requere protected fields to be set, saved and loaded.
As saveableFields now returns protected properties, standard equal_to_tol can not access them so fails on objects comparison
faccessors need custom equal_to_tol operation.
The text was updated successfully, but these errors were encountered:
This ticket is part of Re #1147 wich sorted main issues with
equal_to_tol
but left small independant things unfinished.equal_to_tol
operation is now defined on serializable and usessaveableFields
to define what to compare.faccessors have overloaded
loadobj
andsaveobj
which requere protected fields to be set, saved and loaded.As
saveableFields
now returns protected properties, standardequal_to_tol
can not access them so fails on objects comparisonfaccessors need custom
equal_to_tol
operation.The text was updated successfully, but these errors were encountered: