Skip to content

Commit 9b1907d

Browse files
author
Evan Seitz
committed
update
1 parent 7c2c33b commit 9b1907d

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

data_viewers/DM_viewer.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -46,8 +46,8 @@
4646
data = pickle.load(fname)
4747
DM = data['psi']
4848

49-
s = 20
50-
lw = .5
49+
s = 1
50+
lw = .1
5151
idx = 1
5252
print(np.shape(DM))
5353
m = np.shape(DM)[0]
@@ -121,8 +121,8 @@
121121
data = pickle.load(fname)
122122
DM = data['psi']
123123

124-
s = 20
125-
lw = .5
124+
s = 1
125+
lw = .1
126126
idx = 1
127127
print(PD+1, np.shape(DM)[0])
128128
m = np.shape(DM)[0]

modules/.DS_Store

0 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)