You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The linear algebra overrides in numba_linalg are very poorly done. Due to the use of the entry point in setup.py, they cause warnings and other unexpected behavior even when gEconpy is not imported. The entry point should not be used, and the overrides can instead be imported locally only where they are needed (during estimation).
In addition, one or more of these functions causes the module to load extremely slowly. Need to figure out which one is causing this and how to fix it.
The text was updated successfully, but these errors were encountered:
The linear algebra overrides in
numba_linalg
are very poorly done. Due to the use of the entry point insetup.py
, they cause warnings and other unexpected behavior even when gEconpy is not imported. The entry point should not be used, and the overrides can instead be imported locally only where they are needed (during estimation).In addition, one or more of these functions causes the module to load extremely slowly. Need to figure out which one is causing this and how to fix it.
The text was updated successfully, but these errors were encountered: