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

Start typing FFCx #500

Merged
merged 10 commits into from
Jun 22, 2022
Merged

Start typing FFCx #500

merged 10 commits into from
Jun 22, 2022

Conversation

jorgensd
Copy link
Sponsor Member

@jorgensd jorgensd commented Jun 21, 2022

To make FFCx easier to work with we should use typing.

This PR adds typing to some of the files (more to come in later PRs).

Resolves #469

@mscroggs mscroggs changed the title Start typesetting FFCx Start typing FFCx Jun 21, 2022
@jorgensd
Copy link
Sponsor Member Author

This PR is now ready for review. To summarize what have been done:

  • Typing has been added to several files
  • namedtuple has been replaced with typing.NamedTuple
  • Removal of unused parameters in namedtuple

@mscroggs mscroggs merged commit 2e77a68 into main Jun 22, 2022
@mscroggs mscroggs deleted the dokken/typing-1 branch June 22, 2022 12:15
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.

Use typed version of NamedTuple
3 participants