mintproject / mic

Model Insertion Checker
https://mic-cli.readthedocs.io/en/latest/
5 stars 3 forks source link

Step not tracking properly in yaml #247

Open Cmheidelberg opened 4 years ago

Cmheidelberg commented 4 years ago

Describe the bug Step doesnt increment correctly with mic commands. I thought I saw it move up to step 2 yesterday but testing for this issue I couldnt get it to increment past 1.

Expected behavior Step should either increment with the commands

start > 1
trace > 2
inputs > 3
outputs > 4
configs > 5
parameters > 6
wrapper > 7 
run > 8
upload > 9

Or we could remove the "step" and just track "last_command" or maybe an array of "completed_commands".

issue-label-bot[bot] commented 4 years ago

Issue-Label Bot is automatically applying the label bug to this issue, with a confidence of 0.98. Please mark this comment with :thumbsup: or :thumbsdown: to give our bot feedback!

Links: app homepage, dashboard and code for this bot.