[~] Refactor
This commit is contained in:
parent
213d9e3b40
commit
a8d072f820
@ -1,3 +1,4 @@
|
|||||||
|
import pprint
|
||||||
import xarray
|
import xarray
|
||||||
import numpy
|
import numpy
|
||||||
import json
|
import json
|
||||||
@ -120,7 +121,7 @@ def kernel_3(should_exist=None):
|
|||||||
t2 = xarray.load_dataset(t1)
|
t2 = xarray.load_dataset(t1)
|
||||||
else:
|
else:
|
||||||
if should_exist:
|
if should_exist:
|
||||||
pprint.pprint(t1)
|
pprint.pprint([k, v, t1])
|
||||||
raise NotImplementedError
|
raise NotImplementedError
|
||||||
|
|
||||||
if o_1 is None:
|
if o_1 is None:
|
||||||
|
Loading…
Reference in New Issue
Block a user