Closed DanPuzzuoli closed 11 months ago
@to24toro I've updated the type hints and added tests for _to_dense
and _to_dense_list
.
I had to force push as I'm working from my personal laptop and had forgotten to update the git config
with my username on commit 7d21240, which triggered the CLA message.
Summary
Converting
rotating_wave_approximation.py
to use arraylias.I ended up adding the helper functions
_to_dense
and_to_dense_list
inarraylias/alias.py
as theto_array
method had been being used in to convert everything to dense, and we need something analogous.Details and comments
tests that need to be run before merge:
test.dynamics.models (whole folder) test.dynamics.arraylias (whole folder) test.dynamics.signals (whole folder) test.dynamics.pulse (whole folder)