Estruturação do repositório e scaffold de reprodutibilidade para modelos energéticos (v0.1)#2
Draft
leticiasdrummond wants to merge 1 commit into
Draft
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Motivation
v0.1.Description
README.md,changelog.md,assumptions.md,data_dictionary.mdeENVIRONMENT.mdcom visão do projeto, versão e práticas de rastreabilidade.notebooks/,src/,configs/,data/{raw,interim,processed},results/,docs/,scripts/) e move os notebooks originais paranotebooks/.src/model.py(formulação MILP em Pyomo) esrc/run_scenario.py(carrega YAML, valida, resolve e exporta resultados), além de cenáriosconfigs/caso_base.yamleconfigs/caso_modificado.yaml.run_all.sh,Makefile,requirements.txt,.gitignore, escripts/extract_notebook_code.pyque gerasrc/notebook_exports/filtrando comandos sensíveis; incluiu também arquivos.gitkeeppara pastas vazias.Testing
python -m py_compile src/model.py src/run_scenario.py scripts/extract_notebook_code.pyfoi executado com sucesso e sem erros de sintaxe.scripts/extract_notebook_code.pyfoi executado com sucesso e gerou arquivos emsrc/notebook_exports/conforme esperado.pip install -r requirements.txtfalhou devido a bloqueio de rede/proxy (403 Forbidden) no ambiente, impedindo a instalação automática das dependências (rede/índice inacessível).python src/run_scenario.py --helpfalhou em tempo de execução devido à ausência do pacotepyomono ambiente atual, consequência da falha na etapa de instalação de dependências.Codex Task