Skip to content

Commit

Permalink
Update test_GPUMedianFilter.py
Browse files Browse the repository at this point in the history
  • Loading branch information
spichardo committed Sep 14, 2024
1 parent 339455a commit 6da60b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Tests/Unit/GPU_Functions/test_GPUMedianFilter.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
import pytest
import numpy as np
from scipy import ndimage

print('current dir',os.getcwd())
import MedianFilter

def test_median_filter(computing_backend,dataset,check_os,get_gpu_device,load_files,get_mpl_plot,compare_data,request):
Expand Down

0 comments on commit 6da60b0

Please sign in to comment.