Come up with way to express outputs that are expected for valid runs. Don't count things as "run_already" unless these are filled, display automatically in status, and anything else we can think of.
Off the top of my head, it could look something like:
Igor do
params { ... }
expect { construction_time; max_teps }
end
Come up with way to express outputs that are expected for valid runs. Don't count things as "run_already" unless these are filled, display automatically in
status
, and anything else we can think of.Off the top of my head, it could look something like: