Skip to content

Commit 4e03b40

Browse files
committed
added another debug line
1 parent ee8a23c commit 4e03b40

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

build/beatAML/GetBeatAML.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -164,6 +164,7 @@ def retrieve_drug_info(compound_name):
164164
response = requests.get(url)
165165

166166
if response.status_code != 200:
167+
print(response.text)
167168
return np.nan, np.nan, np.nan, np.nan, np.nan, np.nan
168169

169170
data = response.json()

0 commit comments

Comments
 (0)