Explorar o código

[DATALAD] Recorded changes

Lucas Gautheron hai 8 meses
pai
achega
6168b6303c
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      code/plots/diagnostics.py

+ 1 - 1
code/plots/diagnostics.py

@@ -164,7 +164,7 @@ def correlations(data, samples):
             b = j+1
 
             vtc_r = np.corrcoef(vtc[:,a], vtc[:,b])[0,1]
-            calibration_r = np.corrcoef(calibration_truth[:,a], calibration_truth[:,b])[0,1]
+            # calibration_r = np.corrcoef(calibration_truth[:,a], calibration_truth[:,b])[0,1]
             truth_r = [np.corrcoef(truth[k,:,a], truth[k,:,b])[0,1] for k in range(n_samples)]
             bins = np.linspace(-1,1,100)