Skip to content

Replace TestFunction.var_dtypes#246

Merged
avalentino merged 1 commit into
liberfa:mainfrom
eerovaher:TestFunction-var_dtypes
May 11, 2026
Merged

Replace TestFunction.var_dtypes#246
avalentino merged 1 commit into
liberfa:mainfrom
eerovaher:TestFunction-var_dtypes

Conversation

@eerovaher
Copy link
Copy Markdown
Contributor

In current main the attribute is initialized as an empty dict in TestFunction.__init__() and filled out as a side-effect of calling TestFunction.define_arrays(), but in practice its job can be done by a frozenset that can be easily constructed in TestFunction.__init__().

The attribute was initialized as an empty `dict` in
`TestFunction.__init__()` and filled out as a side-effect of calling
`TestFunction.define_arrays()`, but in practice its job can be done by a
`frozenset` that can be easily constructed in `TestFunction.__init__()`.
@avalentino avalentino merged commit 85df32b into liberfa:main May 11, 2026
28 checks passed
@eerovaher eerovaher deleted the TestFunction-var_dtypes branch May 11, 2026 21:19
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