Skip to content

Commit

Permalink
Fix opname (#1165)
Browse files Browse the repository at this point in the history
This was found downstream.
  • Loading branch information
ChrisRackauckas committed Jun 9, 2024
1 parent a09b05e commit dfc56d9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/utils.jl
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,7 @@ function diff2term(O, O_metadata::Union{Dict, Nothing, Base.ImmutableDict}=nothi
ds = nothing
end
d_separator = 'ˍ'
local opname

if ds === nothing
return maketerm(typeof(O), head(O), map(diff2term, children(O)),
Expand Down

0 comments on commit dfc56d9

Please sign in to comment.