diff --git a/pylot/core/util/dataprocessing.py b/pylot/core/util/dataprocessing.py index 8ea9d8d8..72ac922e 100644 --- a/pylot/core/util/dataprocessing.py +++ b/pylot/core/util/dataprocessing.py @@ -271,7 +271,7 @@ class Metadata(object): continue invtype, robj = self._read_metadata_file(os.path.join(path_to_inventory, fname)) try: - robj.get_coordinates(station_seed_id) + # robj.get_coordinates(station_seed_id) # TODO: Commented out, failed with Parser, is this needed? self.inventory_files[fname] = {'invtype': invtype, 'data': robj} if station_seed_id in self.seed_ids.keys():