Skip to content

Commit

Permalink
original run function
Browse files Browse the repository at this point in the history
  • Loading branch information
SasLeo committed Nov 26, 2021
1 parent 4f08b13 commit 4c97868
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions run/model_run_module.py
Original file line number Diff line number Diff line change
Expand Up @@ -63,8 +63,7 @@ def check_income(self):
ptor = PythonToR()
if source_ == 'experiment':
ptor.check_dataset_type(dir_)
# ptor.r_bayesian_run(self.inputs, self.parallel, self.micro)
print(self.micro)
ptor.r_bayesian_run(self.inputs, self.parallel, self.micro)

except Exception as e:
error = f'Cannot do the Bayesian analysis: {e}'
Expand Down

0 comments on commit 4c97868

Please sign in to comment.