Closed Joel-Dahne closed 3 years ago
This error comes up if you try to run the latest examples (from master) using an older version of the code (e.g. the latest pip release). Everything should execute correctly if you use the same version of the code and examples.
Oh I see, I missed the version switch in the documentation! Thank you!
I recently installed Dedalus and tried to run some of the code from Tutorial 2: Fields and Operators but it didn't work as written there. More precisely I tried to run the code
but got an error from
f = de.Field(domain, name='f')
sayingAfter searching around a bit in the source code for Dedalus I came up with the solution
which worked for me.
Is the documentation for an older version of Dedalus or did I miss something?