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 chunkermatapply interface, speed enhancements #79

Merged
merged 7 commits into from
May 31, 2024

Conversation

askhamwhat
Copy link
Member

this pull request changes the chunkermatapply interface to be more like chunkermat. dval has been removed. it can easily be added outside of the apply (with more flexibility). see chunkermatapplyTest in devtools/test

there are some other tweaks to tests.

there is a stray update of the move function documentation.

chunkermat now computes corrections on the fly if requested. this seems to be a little faster. we can revisit this though. the downside is that there is more code duplication...

- removes dval from chunkermatapply interface for consistency with chunkermat
- adds a warning about fmms
- tries to speed up kerneval_smooth in the most common situation
- the previous version of corrections was slow, this avoids some
slow indexing that was happening.
- this adds a faster lege.barywts option when nodes are known
@askhamwhat askhamwhat requested a review from mrachh May 30, 2024 02:29
@askhamwhat askhamwhat requested review from jghoskins and removed request for mrachh May 30, 2024 23:26
@askhamwhat askhamwhat merged commit 7cc280f into master May 31, 2024
1 check passed
@askhamwhat askhamwhat mentioned this pull request May 31, 2024
@mrachh mrachh deleted the patch-chunkermatapply-minor branch October 17, 2024 19:55
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.

1 participant