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

error #31

Open
kamgoud opened this issue Feb 7, 2022 · 1 comment
Open

error #31

kamgoud opened this issue Feb 7, 2022 · 1 comment

Comments

@kamgoud
Copy link

kamgoud commented Feb 7, 2022

Team:
I received this error message when I start the HAPI package at the comma after **kwargs, "invalid syntax"
Please help.

START COMPUTING...
Traceback (most recent call last):
File "C:\OLD-C-HP\Users\GOU\Desktop\KaCodes\HAPI-MOLECULAR.py", line 30, in
import hapi as hapi
File "C:\OLD-C-HP\Users\GOU\WinPython-64bit-3.4.4.1\python-3.4.4.amd64\lib\site-packages\hapi_init_.py", line 7, in
from .hapi import *
File "C:\OLD-C-HP\Users\GOU\WinPython-64bit-3.4.4.1\python-3.4.4.amd64\lib\site-packages\hapi\hapi.py", line 35549
return absorptionCoefficient_Generic(*args,**kwargs, profile=PROFILE_HT, calcpars=calculateProfileParametersFullPriority)
^
SyntaxError: invalid syntax

@jmmelko
Copy link

jmmelko commented Jul 1, 2022

I don't know which version you are using but mine has a different line:

return absorptionCoefficient_Generic(profile=PROFILE_HT,calcpars=calculateProfileParametersFullPriority,*args,**kwargs)

I think you should reinstall

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

No branches or pull requests

2 participants