Weird SyntaxError in latest runs #656
Closed
PerryShafran-NOAA
started this conversation in
Issues
Replies: 1 comment 4 replies
-
I found this on Google: https://stackoverflow.com/questions/63064844/python-syntaxerror-vs-typeerror-for-repeated-keyword-arguments. It seems like somewhere in the code you are passing |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have this weird error now in my mesoscale run, where I am seeing this error, with very little information as to what it is:
That's it, that's the error. I'm not sure what this is referring to and I can't see in any of the job scripts where anything is repeated in error.
The log file in question is:
/lfs/h2/emc/vpppg/noscrub/perry.shafran/EVS_mesoscale_restart/EVS/dev/drivers/scripts/stats/mesoscale/jevs_mesoscale_nam_grid2obs_stats_00.o177911999
The working directory is:
/lfs/h2/emc/stmp/perry.shafran/evs_test/prod/tmp/jevs_mesoscale_nam_grid2obs_stats_00.177911999.cbqs01
I don't know what's causing these statements, but it is not causing any FATAL ERRORs, nor is it causing the code to crash. In fact, the resultant final stats file is identical to the stats file in emc.vpppg (at least in size).
All issues with the completed_jobs.txt have been resolved, and I am now using SENDCOM to send data to COMOUT. It's possible that maybe there is some issue with indentation, but I am not sure and extra set of eyes hopefully can assist.
If you check the current PR #652 , you can see what is different from the current code to what's currently in develop. One of these changes introduced an error and I can't figure out where. See https://github.com/NOAA-EMC/EVS/pull/652/files.
Thanks so much!
Beta Was this translation helpful? Give feedback.
All reactions