Skip to content

Commit 09ebb06

Browse files
committed
FIX: datatree reference in unit tests.
1 parent a25817c commit 09ebb06

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pydda/tests/test_retrieval.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
import xarray as xr
1414
import matplotlib.pyplot as plt
1515

16-
from datatree import DataTree
16+
from xarray import DataTree
1717

1818
try:
1919
import tensorflow as tf

0 commit comments

Comments
 (0)