Skip to content

Commit

Permalink
FIX auto_refresh on Slurm environment
Browse files Browse the repository at this point in the history
  • Loading branch information
jm-begon committed Mar 19, 2019
1 parent a38d70a commit a59e2ba
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 8 deletions.
7 changes: 0 additions & 7 deletions clustertools/experiment.py
Original file line number Diff line number Diff line change
Expand Up @@ -187,13 +187,6 @@ def yield_computations(self, context="n/a", start=0, capacity=None,
unlaunchable = self.monitor.unlaunchable_comp_names()

label = Experiment.name_computation(self.exp_name, j)

print(label)
print(auto_refresh, unlaunchable) # TODO remove
print(self.monitor.states)
print("-"*80, "\n")


if label in unlaunchable:
continue

Expand Down
1 change: 0 additions & 1 deletion clustertools/test/test_experiment.py
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,6 @@ def do_auto_refresh(auto_refresh):

print("Auto refresh?", auto_refresh, "--", count)
assert_equal(count, 8 if auto_refresh else 9)
assert_true(False)


def test_auto_refresh():
Expand Down

0 comments on commit a59e2ba

Please sign in to comment.