overthesun / simoc-sam

Live backend for SAM at Biosphere 2
2 stars 1 forks source link

Fix @needs_run to check on function calls. #100

Closed ezio-melotti closed 6 months ago

ezio-melotti commented 6 months ago

This PR fixes a bug introduced in #99, where the @needs_root decorator was being executed at function declaration and not at function call time.