ivcurves.compare_curves._get_test_sets_to_score#

ivcurves.compare_curves._get_test_sets_to_score(tests='', directory=None)#

Returns a list of valid test set names (excluding file extensions).

Parameters:
  • tests (str, default '') – String composed of comma-separated test set names. If empty, all test set names from directory are returned.

  • directory (pathlib.Path) – Directory that contains files whose filenames are test set filenames.

Returns:

A list of valid test set filenames (excluding file extensions).

Return type:

list