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
This commit addresses a bug where average count tracking variables
may be registered again when a file is in Append mode. There is logic
in the registration of typical output variables that was missing for
average count variables.
Addresses #2898
This issue was encountered by @brhillman. Reporting the details here for better provenance.
Some notes from internal messaging:
The problem stems from the fact that the attr in question was written as float in the ACTUAL output, but was written as DOUBLE in the rhist files
In all rhist files (there are 4 of them) it is always double, I have no clue how it was written as FLOAT in the output
This commit is v sus: 29dd63b
Setting
force_new_file: true
(default false) seems to overcome this issuehighly likely xref #2890 #2892
The text was updated successfully, but these errors were encountered: