You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In KERN, the script losoto/losoto/_importer.py is just called losoto/losoto/importer.py. I was running a Python script which had from losoto._importer import create_h5parm but I had to change it to from losoto.importer import create_h5parm. From the GitHub file history, this _importer.py was renamed on 05 December 2017, after it became available on KERN. Is it possible to update this file name on KERN?
In KERN, the script losoto/losoto/_importer.py is just called losoto/losoto/importer.py. I was running a Python script which had from losoto._importer import create_h5parm but I had to change it to from losoto.importer import create_h5parm. From the GitHub file history, this _importer.py was renamed on 05 December 2017, after it became available on KERN. Is it possible to update this file name on KERN?
revoltek/losoto#30
The text was updated successfully, but these errors were encountered: