Skip to content

Commit

Permalink
revise task definitions
Browse files Browse the repository at this point in the history
  • Loading branch information
koustuvsinha committed Nov 1, 2019
1 parent 15e4431 commit b226d09
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions clutrr/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -311,7 +311,7 @@ def task_5(self, args):
:return:
"""
args.noise_support = True
args.noise_disconnected = True
args.noise_irrelevant = True
args.noise_disconnected = True
args.output += '_task5'
return args
Expand All @@ -334,9 +334,9 @@ def task_7(self, args):
"""
args.memory = 0.5
args.output += '_task7'
args.noise_support = True
args.noise_disconnected = True
args.noise_disconnected = True
args.noise_support = False
args.noise_disconnected = False
args.noise_disconnected = False
return args

def setup(self):
Expand Down

0 comments on commit b226d09

Please sign in to comment.