pyLAR icon indicating copy to clipboard operation
pyLAR copied to clipboard

Relocate source into a pyrpca or pylar package

Open jcfr opened this issue 9 years ago • 2 comments

To ensure there are no conflict with existing toolkits, import of the objects should be done using:

import pyrpca.core.ialm as ialm
import pyrpca.core.ealm as ealm

instead of

import core.ialm as ialm
import core.ealm as ealm

jcfr avatar May 10 '16 20:05 jcfr

Cc: @fbudin69500

jcfr avatar May 10 '16 20:05 jcfr

Thanks @jcfr . I have fully reorganized the package and I am about to create a pull request.

fbudin69500 avatar May 12 '16 01:05 fbudin69500