QSTheory/fftarray

Rename `np_op` to `xp_op` in test_array_ops.py

Open

#252 opened on Apr 22, 2025

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

Repository metrics

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

Description

np_op is a bad name here in assert_equal_op and maybe other parts as it actually references a general xp_op.

Originally posted by @gabmueller in https://github.com/QSTheory/fftarray/pull/247#discussion_r2053661814

Contributor guide