Skip to content

Commit

Permalink
Add workaround for failing unit tests
Browse files Browse the repository at this point in the history
  • Loading branch information
PhilippvK committed Mar 14, 2022
1 parent 594465d commit 084d083
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion mlonmcu/feature/features.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,8 @@
RunFeature,
FeatureBase,
)
from mlonmcu.flow import SUPPORTED_TVM_BACKENDS
# from mlonmcu.flow import SUPPORTED_TVM_BACKENDS
SUPPORTED_TVM_BACKENDS = ["tvmaot", "tvmrt", "tvmcg"] # Workaround for cirvular import until we have a backend registry

from mlonmcu.utils import is_power_of_two

Expand Down

0 comments on commit 084d083

Please sign in to comment.