Skip to content

Commit

Permalink
Numpy version: Remove unused ac_coeff ac_coupler from IHC
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 538028660
  • Loading branch information
CARFAC Team authored and copybara-github committed Jun 6, 2023
1 parent f381495 commit 191f7b0
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions python/np/carfac.py
Original file line number Diff line number Diff line change
Expand Up @@ -421,7 +421,6 @@ class IhcCoeffs:
rest_output: float = 0
rest_cap2: float = 0
rest_cap1: float = 0
ac_coeff: float = 0

rest_cap: float = 0
out_rate: float = 0
Expand Down Expand Up @@ -515,7 +514,6 @@ class IhcState:
cap_voltage: np.ndarray = np.array(0)
lpf1_state: np.ndarray = np.array(0)
lpf2_state: np.ndarray = np.array(0)
ac_coupler: np.ndarray = np.array(0)

cap1_voltage: np.ndarray = np.array(0)
cap2_voltage: np.ndarray = np.array(0)
Expand Down

0 comments on commit 191f7b0

Please sign in to comment.