Debug messages in mode_analysis report (nul) lines but extracting fine #1335
-
I am running mode_analysis and getting the following debug message. It does not appear to affect the output but I know it used to work in previous versions. It certainly is disconcerting! I've attached a file for you to try and the command run. The message I get is this. This is with MET10.0.0. DEBUG 2: Total mode lines read = (nul) Running on RHEL7 virtual workstation.
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Hi @mpm-meto. I took at look at the GitHub issue you created in the METplus repository, did some digging, and decided it'd be better to handle this via Discussions. So I converted your issue into this discussion. The short story is that this issue has already been fixed on the develop branch by pull request dtcenter/MET#1915 which fixed issue dtcenter/MET#1912. Here's the actual modified code: I don't think this requires an actual bugfix because the issue is confined to the formatting of a log message, rather than any actual problem in the output. Here's the longer story... First, thanks for sending along some sample data and command to demonstrate the issue. As I understand it, the issue is that MODE-Analysis is not reporting an accurate count of the number of lines being read... and the number being retained (i.e. surviving the filtering step):
I used the data you sent and was able to replicate this behavior using MET version 10.0.0. I was also able to replicate this behavior using MET version 9.1.3. So it's an issue that's been around for a while. However there are 2 pieces of good news:
|
Beta Was this translation helpful? Give feedback.
Hi @mpm-meto. I took at look at the GitHub issue you created in the METplus repository, did some digging, and decided it'd be better to handle this via Discussions. So I converted your issue into this discussion.
The short story is that this issue has already been fixed on the develop branch by pull request dtcenter/MET#1915 which fixed issue dtcenter/MET#1912. Here's the actual modified code:
dtcenter/MET@ab4c731
I don't think this requires an actual bugfix because the issue is confined to the formatting of a log message, rather than any actual problem in the output.
Here's the longer story...
First, thanks for sending along some sample data and command to demonstrate the issue. As I und…