Mayank447 / Pseudo-Spectral-Discretization

GNU General Public License v3.0
0 stars 1 forks source link

Unify `DiracOperator` tests #20

Open chillenzer opened 1 month ago

chillenzer commented 1 month ago

The structure of the tests concerning the DiracOperator is mostly identical in all tests:

At some point, we should unify all tests from test_{real,spectral}_basis.py into a single test the parametrisation of which takes care of testing all combinations of superpositions, input/output basis, spectra, etc.

chillenzer commented 1 month ago

Also, we want to remove conftest.py with this. (See here.