F = FlowFields(u = u , v = v , period = T )
ERROR: UndefVarError: u not defined in Main
Suggestion: check for spelling errors or missing imports.
Stacktrace:
[1] top-level scope
@ REPL[15]:1
Unfortunately, I am going to have to get back to this one when back from this week's conference though, since I left the u,v file and script back home on a different computer
I get an error in running Code 2.
F = FlowFields(u = u , v = v , period = T ) ERROR: UndefVarError:
u
not defined inMain
Suggestion: check for spelling errors or missing imports. Stacktrace: [1] top-level scope @ REPL[15]:1