MCPcopy Create free account
hub / github.com/ScriptedAlchemy/tracedecay / cleanup_eval_artifacts

Function cleanup_eval_artifacts

eval/run_real_model.py:159–163  ·  view source on GitHub ↗
(args, fixture, eval_env)

Source from the content-addressed store, hash-verified

157
158
159def cleanup_eval_artifacts(args, fixture, eval_env):
160 if fixture is not None and not args.keep_fixture:
161 shutil.rmtree(fixture, ignore_errors=True)
162 if not args.keep_fixture:
163 eval_env.cleanup()
164
165
166def create_eval_environment(scenario_id):

Callers 1

mainFunction · 0.85

Calls 1

cleanupMethod · 0.45

Tested by

no test coverage detected