(dstore_dir, model_type, dstore_size, dimension)
| 498 | return f'{dstore_dir}/index_{model_type}_{eval_subset}_{dimension}.index' |
| 499 | |
| 500 | def get_result_path(dstore_dir, model_type, dstore_size, dimension): |
| 501 | return f'{dstore_dir}/test_retrieve_result(no_recompute).pickle' |
nothing calls this directly
no outgoing calls
no test coverage detected