Skip to content

Commit

Permalink
linting
Browse files Browse the repository at this point in the history
  • Loading branch information
alexpiet committed Sep 8, 2024
1 parent 9a5cdb7 commit adc7b57
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/test_aind_dynamic_foraging_data_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,6 @@ def test_event_triggered_response_nan_policy(self):
# column called 'sinusoid' defined as sin(2*pi*t)
# The sinusoid column will have a period of 1
df = pd.DataFrame({"time": t, "sinusoid": np.sin(2 * np.pi * t)})
df_copy = df.copy(deep=True)

# Make an event triggered response, NaN values are outside window
df.loc[0:100, "sinusoid"] = np.nan
Expand Down

0 comments on commit adc7b57

Please sign in to comment.