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

Function get_threshold_fallback

brainworkshop.py:883–886  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

881 return cfg.JAEGGI_ADVANCE
882 return cfg.THRESHOLD_ADVANCE
883def get_threshold_fallback():
884 if cfg.JAEGGI_SCORING:
885 return cfg.JAEGGI_FALLBACK
886 return cfg.THRESHOLD_FALLBACK
887
888# this function checks if a new update for Brain Workshop is available.
889update_available = False

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