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

peda UGA require more info for non consecutive dive #4

Open
gowachin opened this issue Mar 23, 2022 · 0 comments
Open

peda UGA require more info for non consecutive dive #4

gowachin opened this issue Mar 23, 2022 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@gowachin
Copy link
Owner

For consecutive dives, time is not available for some depths.

Ex :

d1 <- dive(35, 23)
d2 <- dive(15, 6)
ds <- ndive(d1, d2, 10)

It could be great to add a message to explain why it is not possible.
For this example, desat stop is 14min long so 23+14+10+15 > 40min maximum time available in mn90 for 35m depth dive.

@gowachin gowachin added the enhancement New feature or request label Mar 23, 2022
@gowachin gowachin self-assigned this Mar 23, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant