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
Solution for the error happening in case you try to use CAMS (if "NbNonInterpolate" in self._beforeFile.keys(): 'NoneType' object has no attribute 'keys')
#83
Open
ThomasCusson opened this issue
Dec 22, 2020
· 3 comments
I’m currently trying to add CAMS to our production chain.
The CAMS files are correctly found by get_cams_files in Start_maja.py, and correctly selected by filter_cams_by_products in Workplan.py.
However when I launch a production with CAMS I always encounter the following error message for all the L2A products I try to produce :
Do you have any idea of what could be causing this error ?
I’m using MAJA-4.2.1 with python 3.7.
The text was updated successfully, but these errors were encountered:
I think I found the problem, and it seems to be a copy-paste typo in the code :
In "orchestrator/common/interfaces/maja_cams_files_handler.py", at line 263, there is a call to "_beforeFile" that should be "_afterFile" instead.
ThomasCusson
changed the title
if "NbNonInterpolate" in self._beforeFile.keys(): 'NoneType' object has no attribute 'keys'
Solution for the error happening in case you try to use CAMS (if "NbNonInterpolate" in self._beforeFile.keys(): 'NoneType' object has no attribute 'keys')
Jan 13, 2021
Hello,
I’m currently trying to add CAMS to our production chain.
The CAMS files are correctly found by get_cams_files in Start_maja.py, and correctly selected by filter_cams_by_products in Workplan.py.
However when I launch a production with CAMS I always encounter the following error message for all the L2A products I try to produce :
Do you have any idea of what could be causing this error ?
I’m using MAJA-4.2.1 with python 3.7.
The text was updated successfully, but these errors were encountered: