QSTheory/fftarray

Refactor tests to use shared FFTDimension and FFTArray objects

Open

#143 建立於 2024年10月28日

在 GitHub 查看
 (0 留言) (0 反應) (0 負責人)Python (0 fork)auto 404
enhancementgood first issue

倉庫指標

Star
 (13 star)
PR 合併指標
 (PR 指標待抓取)

描述

Currently, we usually define an FFTDimension and FFTArray object for each test function separately. This could be avoided by defining a set of global variables that can be shared by the majority of the tests and thus improve readability and decrease computational overhead. We could of course still define these objects for a single test if that test requires special properties.

貢獻者指南