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
We should carefully consider which items belong in the JSON that is being written to disk.
See #89 (comment)
We should remove cache_location and dir_hash, and remove the re-parsing of cache_location to a pathlib in Dataset.__post_init__. It may still be necessary to initialize cache_location from the location of the metadata file, for example.
The text was updated successfully, but these errors were encountered:
We should carefully consider which items belong in the JSON that is being written to disk.
See #89 (comment)
We should remove
cache_location
anddir_hash
, and remove the re-parsing ofcache_location
to a pathlib inDataset.__post_init__
. It may still be necessary to initializecache_location
from the location of the metadata file, for example.The text was updated successfully, but these errors were encountered: