Closed DanPuzzuoli closed 1 year ago
Closes #160
Adds two validation checks in ExpansionModel.__init__ that verifies equal lengths for operators, carrier_freqs, and chebyshev_orders.
ExpansionModel.__init__
operators
carrier_freqs
chebyshev_orders
Tests have also been added, and additional minor changes to the documentation (word wrapping) have been performed.
Summary
Closes #160
Adds two validation checks in
ExpansionModel.__init__
that verifies equal lengths foroperators
,carrier_freqs
, andchebyshev_orders
.Details and comments
Tests have also been added, and additional minor changes to the documentation (word wrapping) have been performed.