Skip to content

Commit efefb48

Browse files
committed
Formatting
1 parent a40ebfb commit efefb48

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

stingray/pulse/tests/test_search.py

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,10 @@ def test_plot_phaseogram_direct(self):
112112
plt.close(plt.gcf())
113113

114114
def test_search_wrong_key_fails(self):
115-
with pytest.raises(ValueError, match="Unidentified keyword(s) to fold_events: fdot, fddot \n Please refer to the description of the function for optional parameters."):
115+
with pytest.raises(
116+
ValueError,
117+
match="Unidentified keyword(s) to fold_events: fdot, fddot \n Please refer to the description of the function for optional parameters.",
118+
):
116119
phase, prof, _ = fold_events(self.event_times, self.pulse_frequency, fdot=12, fddot=34)
117120

118121
def test_plot_profile(self):

0 commit comments

Comments
 (0)