QSTheory/fftarray

Make import strategy in our tests consistent

Open

#145 opened on Oct 28, 2024

View on GitHub
 (2 comments) (0 reactions) (0 assignees)Python (0 forks)auto 404
enhancementgood first issue

Repository metrics

Stars
 (13 stars)
PR merge metrics
 (PR metrics pending)

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

Contributor guide