Skip to content

Commit 19e950f

Browse files
committed
WIP
1 parent 3cda516 commit 19e950f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/systems/clock_inference.jl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -134,6 +134,7 @@ function split_system(ci::ClockInference)
134134
@set! ts_i.structure.graph = complete(BipartiteGraph(ne, fadj, ndsts(graph)))
135135
@set! ts_i.sys.eqs = eqs_i
136136
tss[id] = ts_i
137+
# TODO: just mark past and sample variables as inputs
137138
end
138139
return tss, (; inputs, outputs = ())
139140

0 commit comments

Comments
 (0)