James McCartney

Results 2 comments of James McCartney

Also creating a cycle in the graph causes an infinite loop in dfs_traverse. I made a cycle of two 'sine' blocks feeding back with one of them also connected to...

> Looks like `flip` accepts evaluated expressions only. The following should fix your issue: > > ```c++ > auto expr = xt::flip(xt::eval(arr1 + arr2)); > ``` Making that change causes...