QSTheory/fftarray

Make import strategy in our tests consistent

Open

#145 aperta il 28 ott 2024

Vedi su GitHub
 (2 commenti) (0 reazioni) (0 assegnatari)Python (0 fork)auto 404
enhancementgood first issue

Metriche repository

Star
 (13 star)
Metriche merge PR
 (Metriche PR in attesa)

Descrizione

I found that the import strategy in our tests is not consistent. Sometimes we import from the fftarray init.py (e.g. test_fft_dimension.py), sometimes from the fftarray.fft_dimension.py (e.g. test_fft_array_indexing.py).

Guida contributor