Skip to content

Commit b4910bc

Browse files
committed
Fix aeon parsing call
1 parent bb357b0 commit b4910bc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

experiments/SynthBN/src/biodivine_benchmark.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ function load_aeon_biodivine()
7070
filename = basename(model),
7171
) do config
7272
@unpack model = config
73-
parsed_model = AEONParser.parse_aeon_file(model, pbar)
73+
parsed_model = AEONParser.parse_aeon_file(model)
7474
@strdict parsed_model
7575
end
7676
end

0 commit comments

Comments
 (0)