etiennecallies
etiennecallies
Hi, I'm using `PuLP==2.7.0` (tried also to install pulp from source). I got `Infeasible` status on this solvable problem : ``` lp_problem = LpProblem('my_problem', LpMinimize) x_0 = LpVariable('x_0', lowBound=0, upBound=1,...
Hi! I think I discovered this bug on CBC using pulp: https://github.com/coin-or/pulp/issues/662 Here is my cbc version: ``` Version: 2.10.3 Build Date: Dec 15 2019 ``` Here is the problem...
### Topic schema updates does not save ### Relevant information Hi, We have persisting "Non-breaking schema updates detected" message after change review and connection save. Investigating in database, we noticed...
### Bug summary Hi! We upgraded from prefect-dbt[postgres]==0.3.1 to prefect-dbt[postgres]==0.6.3 And this command used to print only warning and error logs in prefect logs : ```python return await trigger_dbt_cli_command( command="dbt...