Garden-AI / garden

https://garden-ai.readthedocs.io
MIT License
16 stars 4 forks source link

migration: conditionally call local_data #496

Closed OwenPriceSkelly closed 1 day ago

OwenPriceSkelly commented 1 week ago

Everywhere that calls a function defined in local_data.py should check the local_data._IS_DISABLED constant before it does. When that constant evaluates to true, the call site should use the appropriate BackendClient method instead.