Skip to content

Commit 4cb4ae8

Browse files
committed
readded grid variables until we can properly refactor sgrid
1 parent 7836ea4 commit 4cb4ae8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

gridded/pysgrid/sgrid.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -236,7 +236,7 @@ def load_grid(cls, nc):
236236
vertical_dimensions=vertical_dimensions,
237237
vertical_padding=vertical_padding,
238238
)
239-
#sa.get_variable_attributes(sgrid)
239+
sa.get_variable_attributes(sgrid)
240240
return sgrid
241241

242242
@property

0 commit comments

Comments
 (0)