QSTheory/fftarray

Refactor tests to use shared FFTDimension and FFTArray objects

Open

#143 geöffnet am 28. Okt. 2024

Auf GitHub ansehen
 (0 Kommentare) (0 Reaktionen) (0 zugewiesene Personen)Python (0 Forks)auto 404
enhancementgood first issue

Repository-Metriken

Stars
 (13 Stars)
PR-Merge-Metriken
 (PR-Metriken ausstehend)

Beschreibung

Currently, we usually define an FFTDimension and FFTArray object for each test function separately. This could be avoided by defining a set of global variables that can be shared by the majority of the tests and thus improve readability and decrease computational overhead. We could of course still define these objects for a single test if that test requires special properties.

Contributor Guide