Spaces:
Sleeping
Sleeping
File size: 205 Bytes
66c9c8a | 1 2 3 4 5 6 7 8 9 10 11 12 | # This file is used to test reloading module references.
import warp as wp
import warp.tests.aux_test_reference_reference as refref
wp.init()
@wp.func
def magic():
return 2.0 * refref.more_magic()
|