You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Check if variables exists.
in the constructor of the AbstractDataSource.__init__ before assigning the variables to the self.vars check if they exist in the catalog
self.initialize()
self.temporal_resolution = temporal_resolution
# TODO: create a function to check if the given variable exists in the catalog
self.vars = variables
The text was updated successfully, but these errors were encountered:
Check if variables exists.
in the constructor of the
AbstractDataSource.__init__
before assigning the variables to theself.vars
check if they exist in the catalogThe text was updated successfully, but these errors were encountered: