DedalusProject / dedalus

A flexible framework for solving PDEs with modern spectral methods.
http://dedalus-project.org/
GNU General Public License v3.0
513 stars 121 forks source link

[d3] Integrate operator in flow_tools #177

Closed mabdulla99 closed 2 years ago

mabdulla99 commented 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.

kburns commented 2 years ago

Thanks! Yes I think it should be .Integrate. Would you like to open a PR?

mabdulla99 commented 2 years ago

Just submitted one!

kburns commented 2 years ago

Fixed with #181.