hammerlab / immune-infiltrate-explorations

5 stars 1 forks source link

Model/stancache working properly? #29

Closed e5c closed 7 years ago

e5c commented 7 years ago

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

e5c commented 7 years ago

Issue was having a ~ in the path. this is working as expected