Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix for Unicore decoder returning OBS read when no observation is available #528

Open
wants to merge 2 commits into
base: demo5
Choose a base branch
from

Conversation

avinabmalla
Copy link

@avinabmalla avinabmalla commented Nov 18, 2024

No description provided.

@@ -1322,6 +1322,12 @@ static int convrnx_s(int sess, int format, rnxopt_t *opt, const char *file,
}
str->time=str->tstart;

/*Reset the stream*/
if (!(str=gen_strfile(format,opt->rcvopt))) {

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

See also #454 Might have tried simply reopening the file but it might not have been right as there is data gathered in the first pass that wants to be retained. Perhaps separate this patch from the unicore patch.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants