We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b921fed commit c82c80eCopy full SHA for c82c80e
test/network_analysis/network_properties.jl
@@ -473,6 +473,7 @@ let
473
for i in 1:length(eqs)
474
numeqs[i] = substitute(eqs[i], ratemap)
475
end
476
+ # Broken but the difference is just numerical, something on the order of 1e-17 times a term
477
@test_broken all(iszero, simplify(numeqs - S*K*Φ))
478
@test_broken all(iszero, simplify(numeqs - Y*A_k*Φ))
479
0 commit comments