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
In workhorseParse.m looks like the old magExt variable was renamed to magdec_name_extension, but there are still instances of magExt used in the isWaveData code block.
And maybe magdec_name_extension needs to initialized after line 60 before the if statement
magdec_name_extension ='';
And there are usages of magdec_name_comment.
The text was updated successfully, but these errors were encountered:
Thanks ! confirmed. We just merged a hotfix but didn't create a tag, so I will recompile the stuff and include this in the fix.
This happened because we don't have tests for wave data. It would be good to have one - the fix is easy though so I will skip that so we can release the hot fix tomorrow
In workhorseParse.m looks like the old magExt variable was renamed to magdec_name_extension, but there are still instances of magExt used in the isWaveData code block.
And maybe magdec_name_extension needs to initialized after line 60 before the if statement
And there are usages of magdec_name_comment.
The text was updated successfully, but these errors were encountered: