Skip to content

Commit

Permalink
ignore unused vars.
Browse files Browse the repository at this point in the history
  • Loading branch information
Joshwani committed Feb 23, 2024
1 parent cfce427 commit 5d8320c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lppls/lppls.py
Original file line number Diff line number Diff line change
Expand Up @@ -485,7 +485,7 @@ def compute_nested_fits(
i_idx += 1
for j in range(0, window_delta, inner_increment):
obs_shrinking_slice = obs[:, j:window_size]
tc, m, w, a, b, c, c1, c2 = self.fit(
tc, m, w, a, b, c, _, _, _, _ = self.fit(
max_searches, obs=obs_shrinking_slice
)
res[i_idx - 1].append([])
Expand Down

0 comments on commit 5d8320c

Please sign in to comment.