njzjz/deepmd-kit

warn if user-specified functions are missing

Closed this issue · 0 comments

Line: 469

+ ', '.join(exported_data))
# Collect functions
# TODO: warn if user-specified functions are missing
orig_funs = filter(lambda s: s['Type'] == 'FUNC', syms)
all_funs = set()
warn_versioned = False
for s in orig_funs:
if not s['Default']: