You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When running andes run --convert and the output file exists, the user will be prompted to confirm overwriting. The user's response time is mistakenly counted in the total conversion time.
The timer code is in andes.io.dump(), but the confirmation is called in each converter. We will need to refactor the code and let andes.io.dump() invoke the confirmation.
The text was updated successfully, but these errors were encountered:
When running
andes run --convert
and the output file exists, the user will be prompted to confirm overwriting. The user's response time is mistakenly counted in the total conversion time.The timer code is in
andes.io.dump()
, but the confirmation is called in each converter. We will need to refactor the code and letandes.io.dump()
invoke the confirmation.The text was updated successfully, but these errors were encountered: