Skip to content
Snippets Groups Projects
Commit 174f3d9b authored by Emmanuel Oceguera Conchas's avatar Emmanuel Oceguera Conchas
Browse files

updated

parents 7c5c21c3 9c32cd5a
Branches
No related tags found
No related merge requests found
......@@ -100,8 +100,6 @@ class maskAndFuntionality (BASE, WIDGET):
#we remove the path from the text space
self.text_set.clear()
def loadNetCDF(self):
"""This function loads the netCDF file"""
......@@ -124,7 +122,8 @@ class maskAndFuntionality (BASE, WIDGET):
ncVarValues = ncVar.values()
#we get the units of the variables
ncVarUnits = ncVar.values()
#we show the variables in the list
self.ListWidget.addItems(ncVarNames)
#we show the dimensions in the list
......@@ -139,5 +138,8 @@ class maskAndFuntionality (BASE, WIDGET):
#we close the netCDF file
ncFile.close()
<<<<<<< HEAD
=======
>>>>>>> 9c32cd5a5d426f9c313de99b822eb0250b25cfd9
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment