Thomas Schmelzer

Results 93 comments of Thomas Schmelzer

{ "extends": [ "config:recommended", ":enablePreCommit", ":automergeMinor", ":dependencyDashboard", ":maintainLockFilesWeekly", ":semanticCommits", ":pinDevDependencies" ], "enabledManagers": [ "pep621", "pre-commit", "github-actions" ], "timezone": "Asia/Dubai", "schedule": [ "before 10am on tuesday" ] }

test with ```bash docker build -t opt -f docker/Dockerfile . docker run -it opt:latest /bin/bash ```

It's a bit unfortunate that the dependencies are repeated once more in the Dockerfile.

Dockerfile should be removed

I have removed the part where you write about adding the copyright blurb to files. This will soon be handled by a hook :-)

This is very helpful to read when it comes to calling setup.py directly: https://blog.ganssle.io/articles/2021/10/setup-py-deprecated.html

Please checkout this branch and do a “make develop” locally. Also try “make tests"

ok. setup.py does a lot of non-conventional stuff. I am calling it now explicitly, too. I have also added an example sdp2.py maximizing the smallest eigenvalue of matrix

Good catch but the problem should be addressed right at the definition of w, e.g. use w = pd.Series(1.0, index=ordered_tickers, dtype='float64')