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

change pandas behavior

parent b6cbe63a
Branches master
No related tags found
No related merge requests found
......@@ -226,7 +226,7 @@ def gen_prop_table(part):
for i,v,z,f in zip(not_stacked, vh,nzid,fwd):
key = (v,z,f)
if key in _hashtable:
nt_prop['stack'][i] = _hashtable[key]
nt_prop.loc[i,'stack'] = _hashtable[key]
devlogger.debug(f' Building 3prime')
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