Skip to content

Commit

Permalink
fix black formatting issue
Browse files Browse the repository at this point in the history
  • Loading branch information
klindsay28 committed Mar 28, 2024
1 parent d1cbc6a commit 0bd1f97
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/xr_ds_ex.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ def xr_ds_ex(
samp_freq = int(freq.split("_")[-1])
if (len(time_edge_values) - 1) % samp_freq != 0:
raise ValueError(
f"sampling freq={samp_freq} must divide len={len(time_edge_values)-1}"
f"sampling freq={samp_freq} must divide len={len(time_edge_values) - 1}"
)
time_edge_values = time_edge_values[::samp_freq]

Expand Down

0 comments on commit 0bd1f97

Please sign in to comment.