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
Yeah, this is a bad design, basically wanted to avoid having to import both base + the op type libs, but that means we have to re-export base through the op type. Probably worth just spinning this out and requiring both or finding some other solution.
Guessing this is the lack of hygiene in macros at work: Compiler complains about the use of undeclared module
td_rs_chop
when trying to derivePyOp
.Workaround: adding
td-rs-chop = { path = "../../../td-rs-chop", features = ["python"] }
to the plugin fixes itThe text was updated successfully, but these errors were encountered: