-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
31 remove tests #32
31 remove tests #32
Conversation
jinja2 is needed for the table produced at the end of the experiments |
I have removed the sys.path hack... :-) |
I have removed the entire tests folder. Not needed |
I know run 'make experiments during ci/cd' |
I made sure there is a checkpoints folder :-) |
And I solved the Secret Santa problem ;-) |
@tschm I only added the hack because I wanted the main file that holds the actual reference implementation to be in the root of the repo (markowitz.py). I'm not sure if moving it so a subfolder is preferred here. Are you sure we need any of these additional libraries? |
We need at least jinja2 for now. My experiments crashed when it came to creating the table saying jinja2 is missing. Loguru is not needed yet. Cvxsimulator also not needed at this stage |
For me experiments.py is the entry point and hence could be top level. I think markowitz.py is better in the experiments "package". Easier and cleaner? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Had two small comments, then good to go from my side.
Co-authored-by: Philipp Schiele <44360364+phschiele@users.noreply.github.com>
Remove the hack traces
committed your changes
…On Sat, 9 Dec 2023 at 20:48, Philipp Schiele ***@***.***> wrote:
***@***.**** approved this pull request.
Had two small comments, then good to go from my side.
—
Reply to this email directly, view it on GitHub
<#32 (review)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAPTQ74W6VYK2JERAWHI2K3YISI4LAVCNFSM6AAAAABANZSEJ6VHI2DSMVQWIX3LMV43YUDVNRWFEZLROVSXG5CSMV3GSZLXHMYTONZTG43DMMZTGE>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
No description provided.