Skip to content

Commit

Permalink
Merge pull request #239 from umr-lops/fix_missing_get_test_file
Browse files Browse the repository at this point in the history
add missing method `get_test_file`
  • Loading branch information
agrouaze authored Nov 18, 2024
2 parents c7e3e26 + 04c7ef3 commit f99ba65
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/xsar/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
"RcmDataset",
"BaseDataset",
"BaseMeta",
"get_test_file",
]

from xsar.radarsat2_dataset import RadarSat2Dataset
Expand All @@ -21,7 +22,7 @@
from xsar.base_dataset import BaseDataset
from xsar.base_meta import BaseMeta
from xsar.xsar import open_dataset,open_datatree,product_info

from xsar.xsar import get_test_file

import xsar
try:
Expand Down

0 comments on commit f99ba65

Please sign in to comment.