Skip to content

Commit

Permalink
Turn off initRead
Browse files Browse the repository at this point in the history
  • Loading branch information
bengineerd committed Nov 11, 2024
1 parent ffa8a34 commit 2f02716
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion software/python/warm_tdm_api/_ArgParser.py
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ def arg_dict(args):
ret['simulation'] = args.sim
ret['emulate'] = args.emulate
ret['numRows'] = args.maxRows
ret['initRead'] = args.initRead and not args.sim
ret['initRead'] = False #args.initRead and not args.sim
ret['colBoardClass'] = colBoardDict[args.columnBoardType]
ret['colFeClass'] = colFeDict[args.columnFrontEnd]
ret['rowBoardClass'] = rowBoardDict[args.rowBoardType]
Expand Down

0 comments on commit 2f02716

Please sign in to comment.