ryo-ARAKI / tryout_dedalus

Tutorial & practice of Dedalus project

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

AttributeError: module 'dedalus.public' has no attribute 'Field'

ryo-ARAKI opened this issue · comments

tutorial_02_fields_and_operators.py returns the error as follows:

AttributeError: module 'dedalus.public' has no attribute 'Field'

I checked all functions defined in the module by print(dir(de)) and it returns the followings:

['Chebyshev', 'Compound', 'Domain', 'EVP', 'EigenvalueProblem', 'Fourier', 'Hermite', 'IVP', 'InitialValueProblem', 'LBVP', 'Laguerre', 'Legendre', 'LinearBoundaryValueProblem', 'NLBVP', 'NonlinearBoundaryValueProblem', 'SinCos', '__builtins__', '__cached__', '__doc__', '__file__', '__loader__', '__name__', '__package__', '__spec__', '_future', 'logging_setup', 'matsolvers', 'operators', 'timesteppers']

and it does not conitain Field