Skip to content

Conversation

pbrubeck
Copy link
Contributor

Description

@pbrubeck pbrubeck force-pushed the pbrubeck/fix/mg-cache branch from 2e52374 to f8447ce Compare August 20, 2025 17:00
@pbrubeck pbrubeck requested a review from ksagiyam August 20, 2025 17:05
Copy link
Contributor

@ksagiyam ksagiyam left a comment

Choose a reason for hiding this comment

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

Please add tests.

Base automatically changed from pbrubeck/fix/restricted-dmhooks to main September 2, 2025 08:37
@pbrubeck pbrubeck force-pushed the pbrubeck/fix/mg-cache branch from a4f0728 to 22c1a81 Compare September 2, 2025 18:50
@pbrubeck pbrubeck requested a review from ksagiyam September 2, 2025 18:51
@ksagiyam
Copy link
Contributor

ksagiyam commented Sep 5, 2025

Please fix NotImplementedError: SLATE doesn't work in complex mode yet.

Comment on lines +82 to +84
w1 = StandaloneInterpolationMatrix.work_function(V1)
w2 = StandaloneInterpolationMatrix.work_function(V2)
assert w1 is w2
Copy link
Contributor

Choose a reason for hiding this comment

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

This make me wonder if we should implement restore() method to keep track of if the work_function is in_use or not, but it's not the scope of this PR.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Should we also look at FunctionSpace.get_work_function()?

Copy link
Contributor

Choose a reason for hiding this comment

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

That's probably better as they already have restore method.

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