You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The qprop.grid.Grid.from_dir() should be @classmethod since it is a kind of constructor method. This method reads the parameter files in the given directory and construct a qprop.grid.Grid object.
The text was updated successfully, but these errors were encountered:
The
qprop.grid.Grid.from_dir()
should be@classmethod
since it is a kind of constructor method. This method reads the parameter files in the given directory and construct aqprop.grid.Grid
object.The text was updated successfully, but these errors were encountered: