MCPcopy Create free account
hub / github.com/OpenDriveLab/ReSim / warning

Method warning

SwissArmyTransformer/sat/ops/ops_builder/builder.py:416–418  ·  view source on GitHub ↗
(self, msg)

Source from the content-addressed store, hash-verified

414 return valid
415
416 def warning(self, msg):
417 self.error_log = f"{msg}"
418 print(f"{WARNING} {msg}")
419
420 def sat_src_path(self, code_path):
421 if os.path.isabs(code_path):

Callers 7

cpu_archMethod · 0.95
_backup_cpuinfoMethod · 0.95
simd_widthMethod · 0.95
__init__Method · 0.80
convert_tokens_to_idsMethod · 0.80
save_vocabularyMethod · 0.80
convert_tokens_to_idsMethod · 0.80

Calls 1

printFunction · 0.50

Tested by

no test coverage detected