Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
35
def
get_all_possible_patterns(option_keys):
36
circular_patterns = list(itertools.permutations(option_keys))
37
return
circular_patterns
38
39
40
class
CircularDatasetMeta(type):
Callers
3
score
Method · 0.90
make_circular
Method · 0.85
score
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected