QSTheory/fftarray

Make import strategy in our tests consistent

Open

#145 aberto em 28 de out. de 2024

Ver no GitHub
 (2 comments) (0 reactions) (0 assignees)Python (0 forks)auto 404
enhancementgood first issue

Métricas do repositório

Stars
 (13 stars)
Métricas de merge de PR
 (Métricas PR pendentes)

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

Guia do colaborador