-
Notifications
You must be signed in to change notification settings - Fork 32
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
#1159 - Add subtypes function with concrete argument #1185
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I expect that you have to adapt the docstring for LazySet
where we use subtypes
.
src/LazySet.jl
Outdated
@@ -33,6 +33,8 @@ Every concrete `LazySet` must define the following functions: | |||
`Real` | |||
- `dim(S::LazySet)::Int` -- the ambient dimension of `S` | |||
|
|||
The subytpes of `LazySet`, including abstract interfaces: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I am not sure if this is interesting, because it does not contain all interfaces. But okay...
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ok, i see. Would be nice to have an option to list all abstract interfaces as only...
Thanks for the review. There is still this travis CI timeout problem that affect v1.0 tests. Not related to this PR. |
Closes #1159.