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
I have implemented a method to get the parents of a Result object in a nice format. I then use it to give more detailed error messages when attempting to call __call__ or __hash__ of a Result object. Previously this would give a not-so-helpful "could not hash Result object" or "Result object is not callable" exception.
I have also added a prune method to the Result class. This will remove empty paths in the object, cleaning it up. This might be helpful to call before printing the object or before writing it to a file.
Currently the results.Result object is not behaving ideally.
The text was updated successfully, but these errors were encountered: