From c99b8f88714e86c98eb22b10065583343f3748fe Mon Sep 17 00:00:00 2001 From: shivesh Date: Thu, 12 Apr 2018 23:27:21 -0500 Subject: Thu Apr 12 23:27:21 CDT 2018 --- mnrun/plot.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mnrun/plot.py') diff --git a/mnrun/plot.py b/mnrun/plot.py index e010257..f7e750b 100644 --- a/mnrun/plot.py +++ b/mnrun/plot.py @@ -7,7 +7,7 @@ from matplotlib import rc rc('text', usetex=False) rc('font', **{'family':'serif', 'serif':['Computer Modern'], 'size':18}) -arr = np.load('fr_evidence_test_050_050_000_0100_sfr_033_066_000_DIM3_single_scale.npy') +arr = np.load('fr_evidence_test_033_033_033_0010_sfr_033_066_000_DIM6_single_scale.npy') print arr ev = arr.T[1] -- cgit v1.2.3