-
## Specifications
- Problem: Bug, feature request, or other? Bug
- OS: WSL2
- Cvxportfolio version: 1.2.1
- Python version: 3.10.11
- Cvxpy version: Latest
- Pandas version: 2.2.1 (tried several…
-
```py
import cvxpy as cp
import numpy as np
# Given input values
A = np.array([1, 3, 4, 6, 7, 9, 11, 12, 13, 13, 10, 12])
D = np.array([6, 13, 10, 10, 10, 13, 14, 16, 16, 17, 17, 17])
theta = …
-
### Bug
test3 in test_rrt_star_reeds_shepp.py tries to generate a path with step_size = 20. Since it is a test file, animation is kept off. However, on turning the animation on, the result is very w…
-
**Please read this first**
If you are have a problem that SCS struggles with you can pass a string to the
`write_data_filename` argument and SCS will dump a file containing the problem
to disk. Z…
-
Hi Roman,
I did following step to install DataSAIL on mac m1,
1- conda create -n sail python=3.10
2- conda activate sail
3- conda install -c conda-forge mamba
4- mamba install -c kalininalab -c…
-
### Checklist
- [X] I added a descriptive title
- [X] I searched open reports and couldn't find a duplicate
### What happened?
I have been running in to an issue while building new conda packages, …
-
**Describe the bug**
I'm using osqp solver like [this](https://github.com/ApolloAuto/apollo/blob/3ecbf3006d9a1c3d832c3d925dc838d2d762c571/modules/planning/math/smoothing_spline/osqp_spline_2d_solver.…
-
Hello Uriel,
I hope all is well with you! I'm seeing some weird CI error from the ANDES Conda-forge builder.
Here's the log of a recent CI output:
https://dev.azure.com/conda-forge/84710dde-…
-
I want to use logging in my script that runs caiman, but I do not want the excessive logging output from `CNMF.fit()`. According to:
```
print(f"Name: {__name__}")
logger = logging.getLogger(__n…
-
**Subtasks:**
1. Create a new branch in the Investment Funnel where we are going to collaborate.
2. Estimate covariance matrix based on 10 (or other defined train set) years of historical data. -> (l…