Skip to content

Incorrect run_left behavior #126

@AlexandreSajus

Description

@AlexandreSajus

Let's say you press run_left on Block B and it reruns an edited dependency Block A. It should then run blocks between Block A and Block B even if they were already run and unedited (it currently does not)

Example:

On the MNIST example, if I run_left the Training block:
image
And if I modify the load dataset block by replacing x_train by None
image
And then if I run_left the Training block again
image
Pyflow ran Load dataset (setting x_train to None) and ran Training (returning an error because x_train is None)

It should have ran Load dataset and then ran Normalize dataset and stop because normalizing None would have returned an error

Metadata

Metadata

Labels

invalidThis doesn't seem rightpriorityShould be fixed before other issues

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions