[@spackbot] updating style on behalf of becker33
This commit is contained in:
parent
d8666a7fdf
commit
81ea29b007
@ -866,7 +866,13 @@ def on_model(model):
|
|||||||
|
|
||||||
# print any unknown functions in the model
|
# print any unknown functions in the model
|
||||||
for sym in best_model:
|
for sym in best_model:
|
||||||
if sym.name not in ("attr", "error", "opt_criterion", "condition", "condition_cause"):
|
if sym.name not in (
|
||||||
|
"attr",
|
||||||
|
"error",
|
||||||
|
"opt_criterion",
|
||||||
|
"condition",
|
||||||
|
"condition_cause",
|
||||||
|
):
|
||||||
tty.debug(
|
tty.debug(
|
||||||
"UNKNOWN SYMBOL: %s(%s)" % (sym.name, ", ".join(stringify(sym.arguments)))
|
"UNKNOWN SYMBOL: %s(%s)" % (sym.name, ", ".join(stringify(sym.arguments)))
|
||||||
)
|
)
|
||||||
|
Loading…
Reference in New Issue
Block a user