Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix dataset ok property not being cached because of different name.
The monkey-patching was placing the property under a name which differred from that of the real function, with the latter being used to cache its returned value. Fixing the function name after cached property creation allows to use the final, desired name to cache the value.
- Loading branch information