Skip to content

Commit c82c80e

Browse files
committed
add comment
1 parent b921fed commit c82c80e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/network_analysis/network_properties.jl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -473,6 +473,7 @@ let
473473
for i in 1:length(eqs)
474474
numeqs[i] = substitute(eqs[i], ratemap)
475475
end
476+
# Broken but the difference is just numerical, something on the order of 1e-17 times a term
476477
@test_broken all(iszero, simplify(numeqs - S*K*Φ))
477478
@test_broken all(iszero, simplify(numeqs - Y*A_k*Φ))
478479

0 commit comments

Comments
 (0)