Closed axelvonkamp closed 2 months ago
I get the following error when using e.g. "R1 >= 1.0" as suppressed module in the SmallExample model with optlang_enumerator:
Traceback (most recent call last): File "/scratch/GitHub/CNApy/cnapy/gui_elements/strain_design_dialog.py", line 1457, in compute_optlang mcs,
err_val = mcs_computation.compute_mcs(model, TypeError: compute_mcs() got an unexpected keyword argument 'knock_in_idx'
I get the following error when using e.g. "R1 >= 1.0" as suppressed module in the SmallExample model with optlang_enumerator:
Traceback (most recent call last): File "/scratch/GitHub/CNApy/cnapy/gui_elements/strain_design_dialog.py", line 1457, in compute_optlang mcs, err_val = mcs_computation.compute_mcs(model, TypeError: compute_mcs() got an unexpected keyword argument 'knock_in_idx'
You need to upgrade optlang_enumerator to 0.0.10
optlang_enumerator is now an additional option in the strain design dialog