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
I try to run easy_COSMOSAC.py by python easy_COSMOSAC.py but get some errors:
module 'cCOSMO' has no attribute 'DelawareProfileDatabase'
module 'cCOSMO' has no attribute 'DelawareProfileDatabase'
module 'cCOSMO' has no attribute 'DelawareProfileDatabase'
module 'cCOSMO' has no attribute 'VirginiaTechProfileDatabase'
I also try to run the line COSMO = cCOSMO.COSMO1(names, db) just for testing and get the same error:
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
AttributeError: module 'cCOSMO' has no attribute 'COSMO1'
The text was updated successfully, but these errors were encountered:
I try to run easy_COSMOSAC.py by
python easy_COSMOSAC.py
but get some errors:I also try to run the line
COSMO = cCOSMO.COSMO1(names, db)
just for testing and get the same error:The text was updated successfully, but these errors were encountered: