MCPcopy Create free account
hub / github.com/RoboVerseOrg/RoboVerse / _assert_no_upstream

Function _assert_no_upstream

scripts/render_native_gallery.py:88–90  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

86
87
88def _assert_no_upstream():
89 bad = [m for m in sys.modules if m == "simpler_env" or m.startswith("mani_skill2_real2sim")]
90 assert not bad, f"upstream library leaked into native render: {bad}"
91
92
93def _scripted_actions(n_down=6, n_close=3, n_lift=7):

Callers 1

run_taskFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected