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