firedrakeproject / gusto

Three dimensional atmospheric dynamical core using the Gung Ho numerics.

Home Page:http://firedrakeproject.org/gusto/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Heed Firedrake warnings

tommbendall opened this issue · comments

We're printing out a lot of firedrake warnings which we should listen to. The main two are:

firedrake/src/firedrake/firedrake/function.py:318: FutureWarning:
The .split() method is deprecated, please use the .subfunctions property instead

and

firedrake/src/firedrake/firedrake/parloops.py:262: FutureWarning:
is_loopy_kernel does not need to be specified

We should go through our codebase and deal with these.

Fixed by #396