Skip to content

Fixing integer parsing as a string issue in VDS/ZGY tests

Julia Wang requested to merge string-int-fix into master

All Submissions:


  • [YES] Have you added an explanation of what your changes do and why you'd like us to include them?
  • [YES] I have updated the documentation accordingly.
  • [NA] My code follows the code style of this project.

Current Behavior or Linked Issues


The ZGY and VDS conversion tests poll the DAG to see if it has finished conversion successfully, but the variable for the iteration counter is treated like a string instead of an integer. Work Item

Does this introduce a breaking change?


  • [NO]

Other information


  • [NA]

Merge request reports