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

[Bug] when using N block scaled by some constant with GPSR #220

Open
vytautas-a opened this issue Nov 26, 2023 · 1 comment
Open

[Bug] when using N block scaled by some constant with GPSR #220

vytautas-a opened this issue Nov 26, 2023 · 1 comment
Assignees
Labels
bug Something isn't working to_check To check in the development of the new expression system.

Comments

@vytautas-a
Copy link
Collaborator

When generator has w*N(i) terms and we want to use GPSR - an error is raised due to lack of eigenvalues_generator property for N block.

Solution: modify uuid_to_block function so that N blocks are not assigned uuids and included in the dict of parameters passed to GPSR functions.

@dominikandreasseitz dominikandreasseitz added the bug Something isn't working label Nov 27, 2023
@dominikandreasseitz dominikandreasseitz changed the title Bug when using N block scaled by some constant with GPSR [Bug] when using N block scaled by some constant with GPSR Nov 27, 2023
@dominikandreasseitz
Copy link
Collaborator

hm, not that easy @vytautas-a . we need the uuids in the dict, i guess this needs to be refactorted. tagging @Roland-djee

@jpmoutinho jpmoutinho added the to_check To check in the development of the new expression system. label May 14, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working to_check To check in the development of the new expression system.
Projects
None yet
Development

No branches or pull requests

3 participants