Skip to content

Commit 1ae8903

Browse files
authored
fix for new umbi version (#2)
1 parent c600c64 commit 1ae8903

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

umbtest/tools.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -319,8 +319,8 @@ def umb_to_umb(
319319
):
320320
import umbi
321321

322-
ast = umbi.read_umb(input_file)
323-
umbi.write_umb(ast, output_file)
322+
ast = umbi.io.read_umb(input_file)
323+
umbi.io.write_umb(ast, output_file)
324324
reported_results = ReportedResults()
325325
reported_results.model_info = {
326326
"states": ast.index.transition_system.num_states,

0 commit comments

Comments
 (0)