From 21303bcb510741e34699f3460f8a6056fe77f44e Mon Sep 17 00:00:00 2001 From: Azzaare Date: Tue, 13 Aug 2024 03:18:59 +0000 Subject: [PATCH] More detailed debugging 2 --- .../Constraint/NonOverlappingOrthotopes/noov_to_noovcond.jl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/Bridges/Constraint/NonOverlappingOrthotopes/noov_to_noovcond.jl b/test/Bridges/Constraint/NonOverlappingOrthotopes/noov_to_noovcond.jl index 2eb79f0..a6b1bb1 100644 --- a/test/Bridges/Constraint/NonOverlappingOrthotopes/noov_to_noovcond.jl +++ b/test/Bridges/Constraint/NonOverlappingOrthotopes/noov_to_noovcond.jl @@ -107,7 +107,7 @@ for i in 1:length(f.terms) t = f.terms[i] - @warn "Debug type" t.output_index i t.scalar_term.coefficient one(T) + @warn "Debug type" typeof(t.output_index) typeof(i) typeof(t.scalar_term.coefficient) typeof(one(T)) @test t.output_index === i @test t.scalar_term.coefficient === one(T) end