MCPcopy Create free account
hub / github.com/InternScience/SciReason / get_all_possible_patterns

Function get_all_possible_patterns

opencompass/datasets/circular.py:35–37  ·  view source on GitHub ↗
(option_keys)

Source from the content-addressed store, hash-verified

33
34
35def get_all_possible_patterns(option_keys):
36 circular_patterns = list(itertools.permutations(option_keys))
37 return circular_patterns
38
39
40class CircularDatasetMeta(type):

Callers 3

scoreMethod · 0.90
make_circularMethod · 0.85
scoreMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected