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

Discuss index formating #122

Open
samvanderzwan opened this issue Jun 6, 2024 · 0 comments
Open

Discuss index formating #122

samvanderzwan opened this issue Jun 6, 2024 · 0 comments

Comments

@samvanderzwan
Copy link
Contributor

See #77
unit_test/solver/matrix/test_matrix.py
matrix = Matrix()
index = matrix.add_unknowns(2)
equation1 = EquationObject()
equation1.indices = np.array([index, index + 1])
Member
@vanmeerkerk vanmeerkerk May 1, 2024

Check the formatting of equation.indices! You need to define the format in NDArray because now a float is expected for an integer value
Member Author
@samvanderzwan samvanderzwan May 16, 2024

I do not follow what you mean let's discuss

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: No status
Development

No branches or pull requests

1 participant