HASlib icon indicating copy to clipboard operation
HASlib copied to clipboard

The __init__ file is empty

Open golden-sunny opened this issue 4 months ago • 0 comments

Traceback (most recent call last): File "d:\25年大创项目\代码\text1.py", line 3, in converter = gal_conv.HAS_Converter(source="data.sbf", target="log.out", out_format=2) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ TypeError: HAS_Converter.init() got an unexpected keyword argument 'out_format' PS D:\25年大创项目\HASlib-main\HASlib-main> C:/Users/1/miniconda3/python.exe converter = gal_conv.HAS_Converter(source="data.sbf", target="log.out")

golden-sunny avatar Sep 27 '25 09:09 golden-sunny