Skip to content

Commit 9118c0a

Browse files
committed
fixed script
1 parent 786db6c commit 9118c0a

File tree

1 file changed

+8
-7
lines changed

1 file changed

+8
-7
lines changed

test_sandbox_data.py

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -6,20 +6,21 @@
66
# - You can use `jupyter nbconvert --to python test_sandbox_data.ipynb` to convert it back
77
# - Otherwise run it from the CLI and verify that the plots are okay
88

9-
# In[12]:
9+
# In[4]:
1010

1111

12-
get_ipython().run_line_magic("load_ext", "autoreload")
13-
get_ipython().run_line_magic("autoreload", "2")
14-
DATA_DIR = "/Users/tim.treis/Documents/GitHub/spatialdata-sandbox/"
12+
import matplotlib.pyplot as plt
13+
import spatialdata as sd
1514

15+
import spatialdata_plot
1616

17-
# In[13]:
17+
assert spatialdata_plot.__name__ == "spatialdata_plot" # so mypy doesn't complain
1818

19+
DATA_DIR = "/Users/tim.treis/Documents/GitHub/spatialdata-sandbox/"
1920

20-
import matplotlib.pyplot as plt
21-
import spatialdata as sd
2221

22+
# ## Load data
23+
# Adjust paths as neccecary
2324

2425
# In[15]:
2526

0 commit comments

Comments
 (0)