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 solution.read method loads a solution from file into an existing (empty) solution object. However, if a solution has already been loaded into a given object, attempting to load a different solution into it has no effect. This is easily reproduced by doing the following in a directory that has output in ./_output/:
+1 on removing the read functionality from solution. I would say that we should keep the ability to initialize a solution object by providing a path and frame, in effect calling the appropriate read functionality. The read function in solution does not do a whole lot anyway. Also, as an added benefit this jives with @ketch's proposal for griddle.
The
solution.read
method loads a solution from file into an existing (empty) solution object. However, if a solution has already been loaded into a given object, attempting to load a different solution into it has no effect. This is easily reproduced by doing the following in a directory that has output in./_output/
:The printed time will be the same for both frames.
The text was updated successfully, but these errors were encountered: