Skip to content
Snippets Groups Projects
Commit 5b327628 authored by André Anjos's avatar André Anjos :speech_balloon:
Browse files

[experiments] Fix typo in models

parent 060f71d4
No related branches found
No related tags found
1 merge request!194Scheduler
...@@ -751,7 +751,8 @@ class Experiment(Shareable): ...@@ -751,7 +751,8 @@ class Experiment(Shareable):
elif (Block.PROCESSING in block_statuses) or \ elif (Block.PROCESSING in block_statuses) or \
((Block.NOT_CACHED in block_statuses or \ ((Block.NOT_CACHED in block_statuses or \
Block.SKIPPED in block_states) and Block.CACHED in block_statuses): Block.SKIPPED in block_statuses) and \
Block.CACHED in block_statuses):
self.status = Experiment.RUNNING self.status = Experiment.RUNNING
elif Block.NOT_CACHED not in block_statuses: elif Block.NOT_CACHED not in block_statuses:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment