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

SEA print error #111

Closed
chguiterman opened this issue Oct 28, 2017 · 1 comment
Closed

SEA print error #111

chguiterman opened this issue Oct 28, 2017 · 1 comment
Assignees
Labels
bug Something isn't working
Milestone

Comments

@chguiterman
Copy link
Contributor

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

@brews brews added the bug Something isn't working label Oct 30, 2017
@brews brews self-assigned this Oct 30, 2017
@brews brews added this to the v0.2.2 milestone Oct 30, 2017
@brews
Copy link
Member

brews commented Oct 30, 2017

Noted. Should be an easy fix.

@brews brews closed this as completed in 0965a40 Jan 2, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants