Skip to content

Commit

Permalink
Fix copy and paste error; Addresses #1
Browse files Browse the repository at this point in the history
  • Loading branch information
selimnairb committed Jan 7, 2016
1 parent 4c75da1 commit 6271b15
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rhessyscalibrator/calibration_runner.py
Original file line number Diff line number Diff line change
Expand Up @@ -789,7 +789,7 @@ def __init__(self, basedir, session_id, queue,
db_path, run_path, logger, restart_runs,
submit_queue, polling_delay, mem_limit, max_active_jobs,
wall_time):
super(CalibrationRunnerPBS, self).__init__(basedir, session_id, queue,
super(CalibrationRunnerSLURM, self).__init__(basedir, session_id, queue,
db_path, run_path, logger, restart_runs,
submit_queue, polling_delay, mem_limit, max_active_jobs)

Expand Down

0 comments on commit 6271b15

Please sign in to comment.