Skip to content

Commit e86f94e

Browse files
Animesh ShawAnimesh Shaw
authored andcommitted
Update github_pull.py
1 parent 2e89327 commit e86f94e

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

Chapter3_MCMC/github_pull.py

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@
2121
from requests import get
2222

2323

24-
2524
MAX = 8000000
2625
today = datetime.datetime.today()
2726
randint = np.random.randint
@@ -56,8 +55,6 @@
5655
is_valid_language = True
5756
except:
5857
pass
59-
60-
6158

6259
#languages
6360
X[ i, language_mappings[ repo_results["language" ] ] ] = 1
@@ -84,6 +81,3 @@
8481
print
8582

8683
np.savetxt("data/github_data.csv", X, delimiter=",", fmt="%d" )
87-
88-
89-

0 commit comments

Comments
 (0)