Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Monkey patch scipy empty #1

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open

Monkey patch scipy empty #1

wants to merge 2 commits into from

Conversation

lizgzil
Copy link
Collaborator

@lizgzil lizgzil commented Nov 7, 2024

Trying to fix the scipy empty problem that @crispy-wonton had by monkey-patching it in a similar way to the scipy.random issue

"...asf_heat_pump_suitability/lib/python3.10/site-packages/glmnet_python/glmnetPredict.py", line 110, in <module>
    newx = scipy.empty([0]), \
  File ".../miniconda3/envs/asf_heat_pump_suitability/lib/python3.10/site-packages/scipy/__init__.py", line 139, in __getattr__
    raise AttributeError(
AttributeError: Module 'scipy' has no attribute 'empty'

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants