Skip to content

Commit c3c365b

Browse files
committed
More detailed debugging
1 parent c6faccf commit c3c365b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/Bridges/Constraint/NonOverlappingOrthotopes/noov_to_noovcond.jl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -107,6 +107,7 @@
107107

108108
for i in 1:length(f.terms)
109109
t = f.terms[i]
110+
@warn "Debug type" t.output_index i t.scalar_term.coefficient one(T)
110111
@test t.output_index === i
111112
@test t.scalar_term.coefficient === one(T)
112113
end

0 commit comments

Comments
 (0)