-
Notifications
You must be signed in to change notification settings - Fork 1
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
Optimizer update #42
base: dev
Are you sure you want to change the base?
Optimizer update #42
Conversation
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.
Não tenho conhecimento para revisar esse arquivo.
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.
Não tenho conhecimento para revisar esse arquivo.
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.
Não tenho conhecimento para revisar esse arquivo.
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.
Encotrei problemas nos testes, que não estão executando, e outros dois problemas de design. Não revisei os Dockerfiles e o Makefile.
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.
Os testes não estão executando, sendo necessário criar o diretório tests/test_data. Mas, mesmo com esse diretório, alguns testes ainda falham.
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.
Mesmo problema de test_aws_model.py.
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.
Não seria melhor colocar o tipo de mercado de reservas como uma constante? Seria semelhante a RES_DURATION.
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.
Apesar de não ter havido mudanças nesse PR em relação à isso, acredito que este arquivo está fazendo duas coisas ao mesmo tempo: ler/escrever em arquivos e fazer a alocação da demanda. O ideal seria colocar a alocação em um arquivo separado.
No description provided.