Skip to content

Commit 0a70d00

Browse files
committed
fill Nan
1 parent 3fc8655 commit 0a70d00

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/access_mopper/configurations.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -319,7 +319,7 @@ def cmorise(self, file_paths, compound_name, cmor_dataset_json, mip_table):
319319

320320
# Fill Nan in data
321321
var_fixed = var.fillna(1e20)
322-
322+
323323
data = var_fixed.values
324324
lat = self.supergrid.lat
325325
lat_bnds = self.supergrid.lat_bnds

0 commit comments

Comments
 (0)