From 40ab2ce36de6ce4fb58ae2d3aaace1e9a72b3cd4 Mon Sep 17 00:00:00 2001 From: Christoph Knote Date: Wed, 14 Apr 2021 21:28:00 +0200 Subject: [PATCH] Fix bugs --- .gitignore | 1 + icartt/dataset.py | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 1bc5aa1..5bd5763 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ /.coverage +/icartt.egg-info \ No newline at end of file diff --git a/icartt/dataset.py b/icartt/dataset.py index 2b76047..10461e4 100644 --- a/icartt/dataset.py +++ b/icartt/dataset.py @@ -527,7 +527,7 @@ class Dataset: # for 2210 self.IBVAR = None - self.AUXVAR = [] + self.AUXVARS = {} self.splitChar = splitChar -- GitLab