QSTheory/fftarray

Make import strategy in our tests consistent

Open

#145 opened on 2024年10月28日

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)

説明

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

コントリビューターガイド