In model-single-origin-samples, both the default (a file path that doesn't exist on my machine) and my own cache_dir (a path that does exist) result in the following after executing sample_df = cache.cached(models.prep_sample_df, sample_n=sample_n):
WARNING:stancache.stancache:prep_annotated_data: I/O error saving to cache (2): No such file or directory
In
model-single-origin-samples
, both the default (a file path that doesn't exist on my machine) and my owncache_dir
(a path that does exist) result in the following after executingsample_df = cache.cached(models.prep_sample_df, sample_n=sample_n)
:WARNING:stancache.stancache:prep_annotated_data: I/O error saving to cache (2): No such file or directory