You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After reviewing this and the QREF's counterpart of this PR I'm more and more convinced that it would be better if we had a separate class representing "loop" or a "routine with repetitions" (or at least if we had it in Bartiq). This is because a lot of the logic we perform for validation and dispatching (with ifs) could be neatly hidden. For instance, we verify if routine with repetition has one child - but we could have an object that HAS to have one child (which would be validated by Pydantic). (...)
We should evaluate whether we want to introduce such a change in QREF natively or just in Bartiq.
The text was updated successfully, but these errors were encountered:
As @dexter2206 mentioned in PsiQ/bartiq#136 (review):
We should evaluate whether we want to introduce such a change in QREF natively or just in Bartiq.
The text was updated successfully, but these errors were encountered: