test-commit

This commit is contained in:
SowinskiBraeden committed 2022-05-22 20:53:52 -07:00
1 parent 40d259f50e
commit fb75a4fa75
1 file changed
+1 -2
+1 -2
View File
@@ -5,8 +5,7 @@ import matplotlib.pyplot as plt
from mpl_toolkits.basemap import Basemap from mpl_toolkits.basemap import Basemap
eq_lat, eq_lon = [], [] eq_lat, eq_lon = [], []
magnitudes = [] magnitudes, eq_ts = [], []
eq_ts = []
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)