MCPcopy Create free account
hub / github.com/RenderKit/oidn / warning

Function warning

training/util.py:38–40  ·  view source on GitHub ↗
(*args)

Source from the content-addressed store, hash-verified

36
37# Prints a warning message
38def warning(*args):
39 if WORKER_RANK == 0:
40 print('Warning:', *args)
41
42# Returns the extension of a path without the dot
43def get_path_ext(path):

Callers 1

parse_argsFunction · 0.85

Calls 1

printFunction · 0.85

Tested by

no test coverage detected