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

Fix typo

parent 1b162383
No related branches found
No related tags found
1 merge request!18Add docs, tests for data interface
Pipeline #90 passed
...@@ -113,7 +113,7 @@ class DataStore1001: ...@@ -113,7 +113,7 @@ class DataStore1001:
class DataStore2110(collections.UserDict): class DataStore2110(collections.UserDict):
"""Data model for FFI1001""" """Data model for FFI2110"""
def __init__(self, ivar, ibvar, auxvars, dvars): def __init__(self, ivar, ibvar, auxvars, dvars):
self.ivarname = ivar.shortname self.ivarname = ivar.shortname
......
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