Closed arsalan-motamedi closed 2 weeks ago
Context: We would like to have the ability to initialize a Channel from its X,Y matrices (and potentially a d vector).
Description of the Change: Added the method .from_XY which allows this computation.
.from_XY
Benefits: Provides a simpler way for a user to initialize their desired channel.
Possible Drawbacks: None.
Related GitHub Issues: None.
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 89.80%. Comparing base (e5c02ce) to head (517d6f5). Report is 1 commits behind head on develop.
e5c02ce
517d6f5
Context: We would like to have the ability to initialize a Channel from its X,Y matrices (and potentially a d vector).
Description of the Change: Added the method
.from_XY
which allows this computation.Benefits: Provides a simpler way for a user to initialize their desired channel.
Possible Drawbacks: None.
Related GitHub Issues: None.