Skip to content

Commit b38199f

Browse files
committed
added newline
1 parent 093ca70 commit b38199f

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

pynumdiff/tests/test_diff_methods.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -405,6 +405,7 @@ def test_multidimensionality(multidim_method_and_params, request):
405405
legend = ax3.legend(bbox_to_anchor=(0.7, 0.8)); legend.legend_handles[0].set_facecolor(pyplot.cm.viridis(0.6))
406406
fig.suptitle(f'{diff_method.__name__}', fontsize=16)
407407

408+
408409
def test_circular_rtsdiff(request):
409410
"""Ensure rtsdiff with circular=True correctly differentiates a wrapping angle signal in radians"""
410411
dthdt = 5 # constant angular velocity in rad/s

0 commit comments

Comments
 (0)