chainer / chainer-chemistry

Chainer Chemistry: A Library for Deep Learning in Biology and Chemistry
MIT License
618 stars 129 forks source link

MP auto download #403

Closed corochann closed 4 years ago

corochann commented 4 years ago

From PR https://github.com/pfnet-research/chainer-chemistry/pull/396

corochann commented 4 years ago

Implementation design for converter

Currently it is difficult to unify deciding which converter to use.

Current implementation is as follows:

Check

I confirmed following example runs.

corochann commented 4 years ago

I dropped testing py27 & py35 as well. When pymatgen is installed, it seems pandas version will change and work only when py36~ is used.

corochann commented 4 years ago

/test

pfn-ci-bot commented 4 years ago

Successfully created a job for commit 34779fc:

corochann commented 4 years ago

/test

pfn-ci-bot commented 4 years ago

Successfully created a job for commit ffe59f9:

corochann commented 4 years ago

Let me re-organize code and submit PR later.