Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
remove profile import from utils/__init__.py
- avoids `SIMPA_PROFILE` env var being checked at first import of simpa - @Profile decorator is now imported using `from simpa.utils.profiling import profile` - allows env var to be set later in script
- Loading branch information