Skip to content

Commit

Permalink
remove unused line
Browse files Browse the repository at this point in the history
  • Loading branch information
steinnymir committed Oct 9, 2023
1 parent b99833e commit edcab8b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion sed/loader/flash/loader.py
Original file line number Diff line number Diff line change
Expand Up @@ -704,7 +704,6 @@ def fill_na(
channels: List[str] = self.get_channels_by_format(["per_pulse", "per_train"])

# Fill NaN values within each dataframe
t0 = time.time()
for i, _ in enumerate(dataframes):
dataframes[i][channels] = dataframes[i][channels].fillna(
method="ffill",
Expand Down

0 comments on commit edcab8b

Please sign in to comment.