()
| 881 | return cfg.JAEGGI_ADVANCE |
| 882 | return cfg.THRESHOLD_ADVANCE |
| 883 | def 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. |
| 889 | update_available = False |
no outgoing calls
no test coverage detected