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 docs (project methods) #2483

Merged
merged 1 commit into from
Jan 3, 2021
Merged

Fix docs (project methods) #2483

merged 1 commit into from
Jan 3, 2021

Conversation

schillic
Copy link
Member

@schillic schillic commented Jan 3, 2021

This fixes the docs error that sometimes happens since #2475.

Don't ask me why

 project(S::LazySet, ::AbstractVector{Int}, ::Type{var"#s27"} where var"#s27"<:LazySet, ::Int=dim(S))

works but

 project(S::LazySet, ::AbstractVector{Int}, ::Type{T} where T<:LazySet, ::Int=dim(S))

does not...

@schillic schillic requested a review from mforets January 3, 2021 20:44
@mforets mforets merged commit 7590f95 into master Jan 3, 2021
@mforets mforets deleted the schillic/project branch January 3, 2021 23:22
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