-
-
Hi there,
I am running python `3.10.6` and I just installed gurobi 10.
It is my belief that [line 39](https://github.com/opencobra/optlang/blob/master/src/optlang/gurobi_interface.py#L39) could…
-
Installing `gurobipy-pandas`, `gurobipy-stubs` and `pandas-stubs`, the revealed types are funky:
```python
from typing_extensions import reveal_type
import pandas as pd
import gurobipy as grb
i…
-
Hi there i am having an issue running Carve Me
(base) C19002530:ncbi-genomes-2023-02-27 rqyt8$ carve geou_protein.faa
Traceback (most recent call last):
File "/Users/rqyt8/anaconda3/bin/carve…
-
In my project, mypy was complaining at the following code:
```py
import gurobipy as gp
env = gp.Env.ClientEnv(
logfilename="", computeServer="my_gurobi_server", password="my_password"
…
-
gurobipy natives might run into some confusion with `model.addVars` and `gppd.add_vars`. For the global functions, python3.10 has a nice feature to help:
```
>>> gppd.addVars
Traceback (most rece…
-
- Decide on minimum pandas version
- Find the minimum version of pandas that passes our tests
- [Pandas/47554](https://github.com/pandas-dev/pandas/issues/47554) might also be relevant
- De…
-
Need to decide what to point the formatters at (maybe just the nupstup code itself initially?). I'll copy the configuration over from gurobipy-pandas.
-
Before project is public, page links need to be updated in:
- [x] pyproject.toml (appears on pypi page)
- [x] docs link needs to change from /beta to /stable
- [x] readme (appears on github pag…
-
Due to the way we evaluate expressions and look up columns we have issues with column names containing spaces (or presumably other characters which might make them invalid python variables names):
…