Skip to content
Snippets Groups Projects
Commit 600807ad authored by pinyili2's avatar pinyili2
Browse files

change pandas behavior

parent b6cbe63a
No related branches found
No related tags found
No related merge requests found
...@@ -226,7 +226,7 @@ def gen_prop_table(part): ...@@ -226,7 +226,7 @@ def gen_prop_table(part):
for i,v,z,f in zip(not_stacked, vh,nzid,fwd): for i,v,z,f in zip(not_stacked, vh,nzid,fwd):
key = (v,z,f) key = (v,z,f)
if key in _hashtable: if key in _hashtable:
nt_prop['stack'][i] = _hashtable[key] nt_prop.loc[i,'stack'] = _hashtable[key]
devlogger.debug(f' Building 3prime') devlogger.debug(f' Building 3prime')
tprime=[] tprime=[]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment