Skip to content

Commit 529c09b

Browse files
committed
updated to adjust curve fitting
closes #182
1 parent 8a7a976 commit 529c09b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build/utils/fit_curve.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -198,8 +198,8 @@ def main():
198198
fname = args.output or 'combined_single_response_agg'
199199
process_df_part(df_all, fname, beataml=args.beataml)#, start=args.start, count=args.count)
200200

201-
if args.beataml == False:
202-
format_coderd_schema(fname+'.0')
201+
# if args.beataml == False:
202+
format_coderd_schema(fname+'.0')
203203

204204
if __name__ == '__main__':
205205
main()

0 commit comments

Comments
 (0)