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

update cached MSA docstrings #2631

Merged
merged 1 commit into from
Apr 1, 2021
Merged

update cached MSA docstrings #2631

merged 1 commit into from
Apr 1, 2021

Conversation

mforets
Copy link
Member

@mforets mforets commented Apr 1, 2021

See #1837.

This file updates the Cached MinkowskiSumArray.

Unrelated: the struct CachedPair has an abstract field. We should change it to Vector{N} or add a new field.

@@ -140,7 +139,7 @@ If the direction has norm zero, the result depends on the summand sets.

The result is cached, i.e., any further query with the same direction runs in
constant time.
When sets are added to the caching Minkowski sum, the query is only performed
When sets are added to the cached Minkowski sum, the query is only performed
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

in several places we had caching instead of cached. i think we should use only one name (?) so cached is better since it is part of the type's name.

@mforets mforets merged commit 2423c0d into master Apr 1, 2021
@mforets mforets deleted the mforets/update_CachedMSA branch April 1, 2021 15:12
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