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

Fixing "dtypes" parameter of np.zeros in FCBF.py #30

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

henrisilver
Copy link

Hello,

I was using the FCBF method in my research project at school and it triggered an error due to a typo in the "dtype" parameter of np.zeros.

The "dtypes" parameter of np.zeros in FCBF.py should instead be "dtype" according to https://docs.scipy.org/doc/numpy-1.13.0/reference/generated/numpy.zeros.html

Sincerely,

Henrique Silveira

Hello,

I was using the FCBF method in my reasearch method and it triggered an error due to a typo in the dtype parameter of np.zeros.

The "dtypes" parameter of np.zeros in FCBF.py should instead be "dtype" according to https://docs.scipy.org/doc/numpy-1.13.0/reference/generated/numpy.zeros.html
@eskrav
Copy link

eskrav commented Nov 11, 2019

Just to confirm that I've also run into this error and fix.

@elmahyai
Copy link

Me too

@DSKritzinger
Copy link

Why has this not been merged with the master branch?

@ztyreg
Copy link

ztyreg commented Nov 15, 2020

same issue

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.

5 participants