17 Nov
2016
17 Nov
'16
3:03 p.m.
On 17/11/16 14:53, Shipton, Jemma wrote:
heh, yes, Andrew and I were talking about this yesterday. I'm not entirely sure why we don't use from firedrake import * in gusto - would anyone like to convince me that we should/shouldn't?
You don't get to control what variables we put in the namespace. Therefore it's safer for you to import what you need. Or else use: import firedrake and access everything as firedrake.Foo Lawrence