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 012ca2c commit f7e0f82Copy full SHA for f7e0f82
src/drafts.jl
@@ -1,5 +1,5 @@
1
function is_event_assignment(k, model)
2
- for ev in values(model.events)
+ for ev in last.(model.events)
3
for as in ev.event_assignments
4
if as.variable == k
5
return true
0 commit comments