Skip to content
Snippets Groups Projects
Commit 3f70d623 authored by Kelvin Rodriguez's avatar Kelvin Rodriguez
Browse files

removed usued part of lro test

parent 1ef83173
Branches
Tags
No related merge requests found
...@@ -116,5 +116,3 @@ def test_lro_creation(lro_lroclabel): ...@@ -116,5 +116,3 @@ def test_lro_creation(lro_lroclabel):
with LRO_LROC(lro_lroclabel) as m: with LRO_LROC(lro_lroclabel) as m:
d = m.to_dict() d = m.to_dict()
assert isinstance(d, dict) assert isinstance(d, dict)
from ale import load
print(load(lro_lroclabel))
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment