You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ENH: Allow setting default behaviors with environment
Allow using environmental variables to overide default
behaviors. These environmental variables provide a
convenient mechanism for testing various default
behaviors of the python infrastructure by
only changing the environmental variables.
To test both with and without LazyLoading:
export ITK_PYTHON_LAZYLOADING=ON ; ctest -j 8 -R Python
export ITK_PYTHON_LAZYLOADING=OFF; ctest -j 8 -R Python
0 commit comments