diff --git a/benchmarks/dis/dis.sh b/benchmarks/dis/dis.sh
index 39676586ce08e9e697819dbcb755bee003772354..8cf8e1168edccc23c01d300d933840e938d0acf4 100755
--- a/benchmarks/dis/dis.sh
+++ b/benchmarks/dis/dis.sh
@@ -123,11 +123,11 @@ EOF
 #   exit 1
 # fi
 
-# python benchmarks/dis/analysis/kinematics_correlations.py --rec_file ${REC_FILE} --config ${PLOT_TAG}_${DETECTOR_CONFIG} --results_path ${RESULTS_PATH} --nevents ${JUGGLER_N_EVENTS}
-# if [[ "$?" -ne "0" ]] ; then
-#   echo "ERROR running kinematics_correlations script"
-#   exit 1
-# fi
+python benchmarks/dis/analysis/kinematics_correlations.py --rec_file ${REC_FILE} --config ${PLOT_TAG}_${DETECTOR_CONFIG} --results_path ${RESULTS_PATH} --nevents ${JUGGLER_N_EVENTS}
+if [[ "$?" -ne "0" ]] ; then
+  echo "ERROR running kinematics_correlations script"
+  exit 1
+fi
 
 python benchmarks/dis/analysis/truth_reconstruction.py --rec_file ${REC_FILE} --config ${PLOT_TAG}_${DETECTOR_CONFIG} --results_path ${RESULTS_PATH} --nevents ${JUGGLER_N_EVENTS}
 if [[ "$?" -ne "0" ]] ; then