Skip to content

Commit

Permalink
Removed Telescope from the basic_general_old schedule parameters
Browse files Browse the repository at this point in the history
  • Loading branch information
mcnowinski committed Oct 6, 2019
1 parent 01f57d9 commit beb36ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion imqueue/schedulers/basic_general_old.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
import re
import telescope.ssh_telescope as Telescope

def schedule(observations: List[Dict], session: Dict, program: Dict, telescope: Telescope) -> (Dict, int):
def schedule(observations: List[Dict], session: Dict, program: Dict) -> (Dict, int):
""" Return the next object to be imaged according to the 'general' scheduling
algorithm, and the time that the executor must wait before imaging this observation.
Parameters
Expand Down

0 comments on commit beb36ad

Please sign in to comment.