Closed mabdulla99 closed 2 years ago
A small 'bug': in extras.flow_tools, the integration operator is called as .integrate instead of .Integrate as committed in core.operators.
extras.flow_tools
.integrate
.Integrate
core.operators
Thanks! Yes I think it should be .Integrate. Would you like to open a PR?
Just submitted one!
Fixed with #181.
A small 'bug': in
extras.flow_tools
, the integration operator is called as.integrate
instead of.Integrate
as committed incore.operators
.