mirror of
https://github.com/wassname/segpy.git
synced 2026-06-27 18:25:38 +08:00
Removes unnecessary code from CatalogBuilder.
This commit is contained in:
@@ -92,7 +92,6 @@ class CatalogBuilder(object):
|
||||
# Dictionary strategy - arbitrary keys and values
|
||||
return DictionaryCatalog(self._catalog)
|
||||
|
||||
#self._catalog.sort(key=lambda index_value: index_value[1])
|
||||
value_start = self._catalog[0][1]
|
||||
value_stop = self._catalog[-1][1]
|
||||
value_stride = measure_stride(value for index, value in self._catalog)
|
||||
|
||||
Reference in New Issue
Block a user