-
-
Notifications
You must be signed in to change notification settings - Fork 5.5k
Closed
Labels
Milestone
Description
Is your feature request related to a problem? Please describe.
Trying to import spmatrix
for dispatch registering triggers a whole load of imports.
Plotting the output of python -X importtime -c "from scipy.sparse._matrix import spmatrix" 2> import.log && python -m tuna import.log
Describe the solution you'd like.
Could we have a way to import spmatrix directly without triggering everything in between?
Describe alternatives you've considered.
No response
Additional context (e.g. screenshots, GIFs)
No response
nickodell