calum-chamberlain / ESCI451-Python

Introduction to Python for VUW ESCI 451 course.
GNU General Public License v3.0
11 stars 5 forks source link

Taupō datafiles not loading properly #25

Closed calum-chamberlain closed 1 year ago

calum-chamberlain commented 2 years ago

For Simon's 5km3 dataset, the function we currently have for loading the dataset does not work and returns an error like:

ValueError: Wrong number of columns at line 21

when reading using np.loadtxt()

This should be fixable by making the function work properly!

calum-chamberlain commented 1 year ago

Done in master.