[test] Fix/fix testcase (#5770)

* [fix] branch for fix testcase;

* [fix] fix test_analyzer & test_auto_parallel;

* [fix] remove local change about moe;

* [fix] rm local change moe;
This commit is contained in:
duanjunwen
2024-06-03 15:26:01 +08:00
committed by GitHub
parent 3f2be80530
commit 1b76564e16
4 changed files with 10 additions and 7 deletions

View File

@@ -859,7 +859,7 @@ if CODEGEN_AVAILABLE:
{wrap_stmts}
{prologue}
{code}"""
return PythonCode(fn_code, globals_)
return PythonCode(fn_code, globals_, {})
else: