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

Remove "sympy_name" in from_sympy() calls: #1070

Merged
merged 1 commit into from
Aug 13, 2024

Conversation

rocky
Copy link
Member

@rocky rocky commented Aug 13, 2024

Generally, we can get sympy_name from the object.
Previously, we sometimes we had two-parameter "from_sympy()" calls and three-parameter calls where sometiems a parameter might not be used.

Overall, I think this will simplifies things.

Some type annotations were added.

Generally, we can get sympy_name from the object.
Previously, we sometimes we had two-parameter "from_sympy()" calls and
three-parameter calls where sometiems a parameter might not be used.

Overall, I think this will simplifies things.

Some type annotations were added.
@mmatera
Copy link
Contributor

mmatera commented Aug 13, 2024

Good! LGTM

@rocky
Copy link
Member Author

rocky commented Aug 13, 2024

Great. I am now starting to look at adding some simple event tracing that will help me understand better what's going on in the code. It is sad that every time I start to look into doing something new I am haunted by weirdnesses from the past.

@rocky rocky merged commit e9e8fa7 into master Aug 13, 2024
10 checks passed
@rocky rocky deleted the remove-from_sympy-name-parameter branch August 13, 2024 16:52
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