Commit 6ef45400 authored by Yan Zhaojun's avatar Yan Zhaojun
Browse files

test

parent 7240599d
Pipeline #4036 failed with stage
in 0 seconds
...@@ -1718,7 +1718,9 @@ class MCIsimulator(): ...@@ -1718,7 +1718,9 @@ class MCIsimulator():
self.log.info('Stat catlog file name is %s' % (starcat)) self.log.info('Stat catlog file name is %s' % (starcat))
print('test 0 ======================')
df0=pandas.read_csv(self.information['dir_path']+'MCI_inputData/star_input/'+starcat) df0=pandas.read_csv(self.information['dir_path']+'MCI_inputData/star_input/'+starcat)
print('test 1 ======================')
#### ####
#df=df0.fillna(1000) #df=df0.fillna(1000)
...@@ -1733,12 +1735,9 @@ class MCIsimulator(): ...@@ -1733,12 +1735,9 @@ class MCIsimulator():
df3.index = range(len(df3)) df3.index = range(len(df3))
np.save('umag.npy', df3['umag'] ) # np.save('umag.npy', df3['umag'] )
self.star=df3 self.star=df3
del df0,df2,df3 del df0,df2,df3
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment