We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Currently, there is no initialization of the cfe_state when cfe_py is initialized:
cfe_py/cfe.py
Line 9 in 1a06f49
We want to have that state dictionary be initialized when cfe_py is initialized, and the cfe_state dictionary should follow the same structure of the OWP cfe code: https://github.com/NOAA-OWP/cfe/blob/012ffbb79e47c225ba529764118333c4847c4678/src/cfe.c#L9
@ziyuli22
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Currently, there is no initialization of the cfe_state when cfe_py is initialized:
cfe_py/cfe.py
Line 9 in 1a06f49
We want to have that state dictionary be initialized when cfe_py is initialized, and the cfe_state dictionary should follow the same structure of the OWP cfe code: https://github.com/NOAA-OWP/cfe/blob/012ffbb79e47c225ba529764118333c4847c4678/src/cfe.c#L9
@ziyuli22
The text was updated successfully, but these errors were encountered: