@@ -9,7 +9,7 @@ def unet2d_nuclei_broad_base_path():
99
1010
1111def get_unet2d_nuclei_broad (unet2d_nuclei_broad_base_path , request ) -> dict :
12- if request .param == "v0_4_7 " :
12+ if request .param == "v0_4_9 " :
1313 v = ""
1414 else :
1515 v = f"_{ request .param } "
@@ -18,7 +18,7 @@ def get_unet2d_nuclei_broad(unet2d_nuclei_broad_base_path, request) -> dict:
1818 return unet2d_nuclei_broad_base_path / f_name
1919
2020
21- @pytest .fixture (params = ["v0_3_0" , "v0_3_1" , "v0_3_2" , "v0_3_3" , "v0_3_6" , "v0_4_0" , "v0_4_7 " ])
21+ @pytest .fixture (params = ["v0_3_0" , "v0_3_1" , "v0_3_2" , "v0_3_3" , "v0_3_6" , "v0_4_0" , "v0_4_9 " ])
2222def unet2d_nuclei_broad_any (unet2d_nuclei_broad_base_path , request ):
2323 yield get_unet2d_nuclei_broad (unet2d_nuclei_broad_base_path , request )
2424
@@ -28,12 +28,12 @@ def unet2d_nuclei_broad_before_latest(unet2d_nuclei_broad_base_path, request):
2828 yield get_unet2d_nuclei_broad (unet2d_nuclei_broad_base_path , request )
2929
3030
31- @pytest .fixture (params = ["v0_4_7 " ])
31+ @pytest .fixture (params = ["v0_4_9 " ])
3232def unet2d_nuclei_broad_latest (unet2d_nuclei_broad_base_path , request ):
3333 yield get_unet2d_nuclei_broad (unet2d_nuclei_broad_base_path , request )
3434
3535
36- @pytest .fixture (params = ["v0_3_6" , "v0_4_7 " ])
36+ @pytest .fixture (params = ["v0_3_6" , "v0_4_9 " ])
3737def unet2d_nuclei_broad_any_minor (unet2d_nuclei_broad_base_path , request ):
3838 yield get_unet2d_nuclei_broad (unet2d_nuclei_broad_base_path , request )
3939
0 commit comments