We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0f65fa0 commit 3df6e01Copy full SHA for 3df6e01
test/sasdataloader/utest_sasdataload.py
@@ -25,8 +25,8 @@
25
)
26
from sasdata.temp_ascii_reader import load_data as ascii_load_data
27
from sasdata.temp_hdf5_reader import load_data as hdf_load_data
28
-from sasdata.temp_xml_reader import load_data as xml_load_data
29
from sasdata.temp_sesans_reader import load_data as sesans_load_data
+from sasdata.temp_xml_reader import load_data as xml_load_data
30
31
32
def local_load(path: str):
0 commit comments