From 9a4677c7945ae51661a979ceef819afeb1a6cf7e Mon Sep 17 00:00:00 2001 From: Sebastian Wehling-Benatelli Date: Wed, 20 May 2015 10:33:59 +0200 Subject: [PATCH] bugfix: deleted default value for suffix --- pylot/core/read/data.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/pylot/core/read/data.py b/pylot/core/read/data.py index 126310d5..c571e3df 100644 --- a/pylot/core/read/data.py +++ b/pylot/core/read/data.py @@ -260,8 +260,7 @@ class PilotDataStructure(GenericDataStructure): if not fields: fields = {'database':'2006.01', - 'root':'/data/Egelados/EVENT_DATA/LOCAL', 'suffix':'gse', - 'format':'GSE2'} + 'root':'/data/Egelados/EVENT_DATA/LOCAL'} GenericDataStructure.__init__(self, **fields)