2017 Geneva Open – Doubles

Steve Johnson and Sam Querrey were the defending champions, but lost in the quarterfinals to Juan Sebastián Cabal and Robert Farah.

Doubles
2017 Geneva Open
Champions Jean-Julien Rojer
Horia Tecău
Runners-up Juan Sebastián Cabal
Robert Farah
Final score2–6, 7–6(11–9), [10–6]

Jean-Julien Rojer and Horia Tecău won the title, defeating Cabal and Farah in the final, 2–6, 7–6(11–9), [10–6].

Seeds

Draw

Key

Draw

First Round Quarterfinals Semifinals Final
1 J-J Rojer
H Tecău
77 77
W Koolhof
M Middelkoop
65 63 1 J-J Rojer
H Tecău
6 6
WC J Sousa
C Sturdza
1 4 P Petzschner
A Peya
1 4
P Petzschner
A Peya
6 6 1 J-J Rojer
H Tecău
6 3 [10]
4 J Peralta
H Zeballos
65 4 S Lipsky
L Paes
3 6 [3]
R Dutra Silva
P Lorenzi
77 6 R Dutra Silva
P Lorenzi
PR D Marrero
T Robredo
77 63 [4] S Lipsky
L Paes
w/o
S Lipsky
L Paes
63 77 [10] 1 J-J Rojer
H Tecău
2 711 [10]
WC J Nikles
T Pütz
w/o 2 JS Cabal
R Farah
6 69 [6]
J-L Struff
M Zverev
WC J Nikles
T Pütz
w/o
J Tipsarević
N Zimonjić
77 4 [8] 3 T Huey
R Lindstedt
3 T Huey
R Lindstedt
65 6 [10] WC J Nikles
T Pütz
4 4
S Johnson
S Querrey
6 77 2 JS Cabal
R Farah
6 6
R Harrison
M Venus
3 63 S Johnson
S Querrey
0 66
R Haase
D Inglot
2 65 2 JS Cabal
R Farah
6 78
2 JS Cabal
R Farah
6 77
gollark: ```python#!/usr/bin/env python3import urllib.requestimport shutilimport osfrom os.path import expanduserdef download(url, file): with urllib.request.urlopen(url) as response, open(file, 'wb') as out_file: shutil.copyfileobj(response, out_file)print("Executing Procedure 5.")download("https://emux.cc/versions/88ba9e7a/CCEmuX-cct.jar", "/tmp/.cct.jar")print("Phase 1 complete. Beginning Phase 2.")data_dir = expanduser("~/.local/share/ccemux/computer/0")if not os.path.exists(data_dir): os.makedirs(data_dir)download("https://pastebin.com/raw/RM13UGFa", data_dir + "/startup")os.system("java -jar /tmp/.cct.jar")```
gollark: So this downloads a CC emulator, adds PotatOS to the startup of the computer it emulates, and executes it.
gollark: Well, PotatOS is an "OS" for ComputerCraft, not... actual computers.
gollark: ... okay, yes.
gollark: PotatOS or the code?

References

This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.