MCPcopy
hub / github.com/GPflow/GPflow / config

Function config

gpflow/config/__config__.py:218–221  ·  view source on GitHub ↗

Returns current active config.

()

Source from the content-addressed store, hash-verified

216
217
218def config() -> Config:
219 """Returns current active config."""
220 assert __config is not None, "__config is None. This should never happen."
221 return __config
222
223
224def default_int() -> type:

Callers 15

reset_configFunction · 0.90
default_intFunction · 0.85
default_floatFunction · 0.85
default_jitterFunction · 0.85
default_positive_minimumFunction · 0.85
default_summary_fmtFunction · 0.85
set_default_intFunction · 0.85
set_default_floatFunction · 0.85
set_default_jitterFunction · 0.85

Calls

no outgoing calls

Tested by 1

reset_configFunction · 0.72

Used in the wild real call sites across dependent graphs

searching dependent graphs…