Skip to content
Snippets Groups Projects
Commit acc9811a authored by Christoph Knote's avatar Christoph Knote
Browse files

Updates

parent 40ab2ce3
No related branches found
No related tags found
No related merge requests found
......@@ -186,7 +186,7 @@ class Dataset:
'''
Names of variables (independent and dependent)
'''
return [ x.name for x in self.VARS ]
return [ x for x in self.VARS.keys() ]
@property
def times(self):
'''
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment