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

Change histogram import #32

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

Change histogram import #32

wants to merge 2 commits into from

Conversation

renzph
Copy link

@renzph renzph commented Feb 10, 2024

Histogram has been removed in scipy but is available in numpy The requirement numpy>=1.15.2 covers the import.

Histogram has been removed in `scipy` but is available in `numpy`
The requirement `numpy>=1.15.2` should cover the import.
`chemnet_model_filename` changed in FCD v1.2 as it was ported to pytorch. The functionality in `_load_chemnet` has since been 
copied to FCD and could be replaced with `fcd.load_ref_model(model_path=None)` down the road.
@brian316
Copy link

brian316 commented Mar 1, 2024

i was going to request this as well. tested on my end and works

@DM0815
Copy link

DM0815 commented Aug 10, 2024

Histogram has been removed in scipy but is available in numpy The requirement numpy>=1.15.2 covers the import.

Excuse me, I met the questions when conducting 'python -m guacamol.data.get_data -o ./' as follows:
line = line.decode("utf-8")
AttributeError: 'str' object has no attribute 'decode' . I used the code you updated. Can you provide some suggestions. Thanks

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.

3 participants