Closed irinaespejo closed 4 years ago
Several comments to this PR:
.gitignore
, README
, LICENSE
, etc have been... re-added? 🤷♂️ The explanation for both of these events could be the introduction of GIT submodules (which I have not experience with), unless you have been playing with git rebase -i HEAD
very far into the past.
Ignoring the confusing log of changes that GitHub is showing, I have a couple of suggestions:
docker-images
), now doesn't make sense. The defined sub-modules now point to sub-workflow definitions. So this folder can be:
A) Deleted, moving madminer-workflow-ph and madminer-workflow-ml to root folder level.
B) Renamed to sub_workflows
or modules
or ...Hi @Sinclert, I agree with your suggestions, the 206 commits is weird I'm closing this PR and starting a fresh one. Thank you!
I proposed an alternative PR: https://github.com/scailfin/madminer-workflow/pull/29
Thank you!
This PR adresses #26, if the PR merges into
scailfin/workflow-madminer:master
then the issue will be closed.The changes introduced are:
madminer-workflow
repo. The submodules have the folders suggested by @Sinclert in #26.scailfin/madminer-jupyter-env
herescailfin/madminer-workflow-ph
herescailfin/madminer-workflow-ml
hereI followed the indications in this Stack Overflow question.