Skip to content

Commit

Permalink
ci test codecov
Browse files Browse the repository at this point in the history
  • Loading branch information
pudeIko committed Dec 30, 2024
1 parent c76233a commit bd0be6b
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions piva/tests/viewers_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,12 @@
# from piva.utilities_panel import InfoWindow

VTS_MAP = False
CHECK_3D_Viewer_ = False
CHECK_2D_Viewer_ = False
CHECK_EDC_FITTER = False
CHECK_MDC_FITTER = False
CHECK_PLOT_TOOL_ = False
CHECK_LINKING___ = False
CHECK_3D_Viewer_ = True
CHECK_2D_Viewer_ = True
CHECK_EDC_FITTER = True
CHECK_MDC_FITTER = True
CHECK_PLOT_TOOL_ = True
CHECK_LINKING___ = True
CHECK_K_SPC_CONV = False

# EXAMPLE_CUT = pkg_res.resource_filename('piva', 'tests/data/')
Expand Down

0 comments on commit bd0be6b

Please sign in to comment.