Skip to content

Commit

Permalink
More detailed debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
Azzaare committed Aug 13, 2024
1 parent c6faccf commit c3c365b
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +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)
@test t.output_index === i
@test t.scalar_term.coefficient === one(T)
end
Expand Down

0 comments on commit c3c365b

Please sign in to comment.