We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0643a09 commit 4f52fdbCopy full SHA for 4f52fdb
src/interface.jl
@@ -112,7 +112,7 @@ symbol in the iterable returned by `states` which matches the given `sym`. Retur
112
function observed_sym_to_index end
113
114
function observed_sym_to_index(store, sym)
115
- findfirst(isequal(Symbol(sym)), Symbol.(map(o -> o.lhs, observed(store))))
+ findfirst(o -> isequal(sym, o.lhs), observed(store))
116
end
117
118
"""
0 commit comments