QSTheory/fftarray

Make import strategy in our tests consistent

Open

#145 ouverte le 28 oct. 2024

Voir sur GitHub
 (2 commentaires) (0 réactions) (0 assignés)Python (0 forks)auto 404
enhancementgood first issue

Métriques du dépôt

Stars
 (13 stars)
Métriques de merge PR
 (Métriques PR en attente)

Description

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).

Guide contributeur