ContextLab / ContextLab/supereeg

ComplexWarning Bug

Open
#210 1 comment 0 reactions 0 assignees View on GitHub
Dominant language
Python
Stars
38
Forks
19
PR merge metrics
No merged PRs in 30d

Description

When trying to run a data simulation for tutorials an error occurred caused by code In the core.py file (...\site-packages\deepdish\core.py) on line 8 the original code "warnings.simplefilter("ignore", np.ComplexWarning)". Locally fixed when removing the "np.ComplexWarning" new code: "warnings.simplefilter("ignore")"

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.