Skip to content
Snippets Groups Projects

Add docs, tests for data interface

1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
+ 1
1
@@ -113,7 +113,7 @@ class DataStore1001:
class DataStore2110(collections.UserDict):
"""Data model for FFI1001"""
"""Data model for FFI2110"""
def __init__(self, ivar, ibvar, auxvars, dvars):
self.ivarname = ivar.shortname
Loading