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 is added because it uses === by default, which is false, but here we want to compare that the geometries of an OPF that is written and read again have the same geometry.
We should remove that when JuliaML/TransformsBase.jl#8 is fixed, because this is type piracy and it's bad. But anyway we don't export that of course.
Also, we can remove the using TransformsBase in runtests.jl, and remove the package dependency in the test project.
The text was updated successfully, but these errors were encountered:
We added a method for testing equality in the tests of the package (file
test-write_opf.jl
) forTransformsBase.SequentialTransform
:This is added because it uses
===
by default, which is false, but here we want to compare that the geometries of an OPF that is written and read again have the same geometry.We should remove that when JuliaML/TransformsBase.jl#8 is fixed, because this is type piracy and it's bad. But anyway we don't export that of course.
Also, we can remove the
using TransformsBase
inruntests.jl
, and remove the package dependency in the test project.The text was updated successfully, but these errors were encountered: