Skip to content

Commit

Permalink
More detailed debugging 2
Browse files Browse the repository at this point in the history
  • Loading branch information
Azzaare committed Aug 13, 2024
1 parent c3c365b commit 21303bc
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 21303bc

Please sign in to comment.