bug fix: oops dev error

This commit is contained in:
Steve Nyemba 2022-10-27 10:33:30 -05:00
parent c99252f196
commit 1a22662fb8
1 changed files with 1 additions and 1 deletions

View File

@ -22,7 +22,7 @@ _df = [['eye type','eye_type',pa.EyesType],['frame style','style',pa.AvatarStyle
] ]
_df = pd.DataFrame(_df,columns=['label','variable','values']) _df = pd.DataFrame(_df,columns=['label','variable','values'])
_df.to_csv('/home/steve/me.avatar.csv',index=False) # _df.to_csv('/home/steve/me.avatar.csv',index=False)
def _parameters(): def _parameters():
_out = {'basic':{},'face':{},'clothes':{}} _out = {'basic':{},'face':{},'clothes':{}}
for _index in np.arange(_df.shape[0]) : for _index in np.arange(_df.shape[0]) :