mirror of
https://github.com/Richard-Sti/csiborgtools.git
synced 2025-04-17 21:00:54 +00:00
Little update
This commit is contained in:
parent
6c4c39314b
commit
a051b48dbe
1 changed files with 1 additions and 1 deletions
|
@ -56,7 +56,7 @@ def load_void_data(kind):
|
|||
for f in files]
|
||||
rLG = np.sort(rLG)
|
||||
|
||||
for i, ri in enumerate(tqdm(rLG, desc="Loading observer data")):
|
||||
for i, ri in enumerate(tqdm(rLG, desc="Loading void observer data")):
|
||||
f = join(fdir, f"v_pec_{kind}profile_rLG_{ri}.dat")
|
||||
data_i = np.genfromtxt(f).T
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue