MCPcopy
hub / github.com/openai/guided-diffusion / warn

Function warn

guided_diffusion/logger.py:262–263  ·  view source on GitHub ↗
(*args)

Source from the content-addressed store, hash-verified

260
261
262def warn(*args):
263 log(*args, level=WARN)
264
265
266def error(*args):

Callers

nothing calls this directly

Calls 1

logFunction · 0.85

Tested by

no test coverage detected