test commit
This commit is contained in:
1 file changed
-2
@@ -7,8 +7,6 @@ from mpl_toolkits.basemap import Basemap
|
|||||||
eq_lat, eq_lon = [], []
|
eq_lat, eq_lon = [], []
|
||||||
magnitudes, eq_ts = [], []
|
magnitudes, eq_ts = [], []
|
||||||
|
|
||||||
# test commit 2
|
|
||||||
|
|
||||||
with open('2.5_week.csv', encoding='utf-8') as csvfile:
|
with open('2.5_week.csv', encoding='utf-8') as csvfile:
|
||||||
reader = csv.DictReader(csvfile)
|
reader = csv.DictReader(csvfile)
|
||||||
for row in reader:
|
for row in reader:
|
||||||
|
|||||||
Reference in new issue
Block a user