Skip to content

Commit

Permalink
updated version number
Browse files Browse the repository at this point in the history
  • Loading branch information
VonAlphaBisZulu committed Jun 3, 2022
1 parent a32844b commit 5ca5f5e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/03_benchmark_ECC2_23BDO.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,6 @@
# solutions = mcsEnum.compute_optimal(max_solutions=maxSolutions)
solutions = mcsEnum.compute(max_solutions=3)
print(len(solutions.get_strain_designs()))
io.savemat('mcs_python.mat', mdict={'whatever_data': \
io.savemat('mcs_python.mat', mdict={'whatever_data': \
[','.join(a) for a in [[k for k,v in m.items()] for m in solutions.get_strain_designs()]]})
pass

0 comments on commit 5ca5f5e

Please sign in to comment.