We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The print(sea) function repeats the 95th percentiles in place of the 99th percentiles in the output table. The error is on lines 344 and 345 of sea.R.
These should read upper99 = x$departure$upper_99_perc, lower99 = x$departure$lower_99_perc
The text was updated successfully, but these errors were encountered:
Noted. Should be an easy fix.
Sorry, something went wrong.
0965a40
brews
No branches or pull requests
The print(sea) function repeats the 95th percentiles in place of the 99th percentiles in the output table. The error is on lines 344 and 345 of sea.R.
These should read
upper99 = x$departure$upper_99_perc,
lower99 = x$departure$lower_99_perc
The text was updated successfully, but these errors were encountered: