QSTheory/fftarray

Make import strategy in our tests consistent

Open

#145 创建于 2024年10月28日

在 GitHub 查看
 (2 评论) (0 反应) (0 负责人)Python (0 fork)auto 404
enhancementgood first issue

仓库指标

Star
 (13 star)
PR 合并指标
 (PR 指标待抓取)

描述

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

贡献者指南