MCPcopy Create free account
hub / github.com/brain-workshop/brainworkshop / get_threshold_advance

Function get_threshold_advance

brainworkshop.py:879–882  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

877if cfg.BLACK_BACKGROUND:
878 cfg.COLOR_TEXT = cfg.COLOR_TEXT_BLK
879def get_threshold_advance():
880 if cfg.JAEGGI_SCORING:
881 return cfg.JAEGGI_ADVANCE
882 return cfg.THRESHOLD_ADVANCE
883def get_threshold_fallback():
884 if cfg.JAEGGI_SCORING:
885 return cfg.JAEGGI_FALLBACK

Callers 6

play_musicFunction · 0.85
parse_statsMethod · 0.85
updateMethod · 0.85
updateMethod · 0.85
retrieve_progressMethod · 0.85
submit_sessionMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected