Will Dean
Will Dean
> @wd60622 what do you mean by this? I would like to be able to know which files / modules are in each group. This issue's body is the motivation:...
Thanks for clarifying the problem a bit @jerry-git Are you imagining that the `--splitting-algorithm` flag works the same way as before? For instance, ```bash # Same behavior as before pytest...
Seeing that tests are failing because of no pydot. Might be able to mock that behavior...
> Rather install and test properly. Do you like the route of using pydot? Don't think it would be too hard to implement a custom formatter. We just need a...
> Your original function was fine except it will iterate some edges repeatedly. Can you explain the case that is missing or example that will fail > I'm sure you...
The d3viz based on ```python x = pt.scalar("x") y = pt.exp(x) out = y + y * 2 ``` looks like (I constructed this from hand): ```mermaid graph TD A["x"]...
Recent change has it looking like ```mermaid graph TD %% Nodes: n1["Composite"] n1@{ shape: rounded } n2["x"] n2@{ shape: rect } style n2 fill:#32CD32 n3["out"] n3@{ shape: rect } style...
Well the d3 stuff only works for `pytensor.function`. I think it might be useful to deviate from that and also support `TensorVariable`. Thoughts if the direction of these two would...
> @wd60622 the autogenerated post didn't actually include the list of slow tests 🙈 There is no action yet and I am still working on it 😎 but I need...
This doesn't seem to be running