You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 11, 2021. It is now read-only.
We should move towards a safer branching model: a stable master branch as the default branch, plus a dev branch for the ongoing development.
Such a model can also facilitate splitting tests into resource intensive integration tests (perhaps also benchmarks ComPWA/tensorwaves#103) that are run only when attempting to merge/rebasr dev into master, and fast unit tests that are only run on feature branch PRs. (#19)
We also have to think carefully about how best to accommodate the demands of fast research results in academia while not affecting the eventual design.
The same applies to tensorwaves but the expertsystem is a natural starting point.
We should move towards a safer branching model: a stable
master
branch as the default branch, plus adev
branch for the ongoing development.Such a model can also facilitate splitting tests into resource intensive integration tests (perhaps also benchmarks ComPWA/tensorwaves#103) that are run only when attempting to merge/rebasr
dev
intomaster
, and fast unit tests that are only run on feature branch PRs. (#19)We also have to think carefully about how best to accommodate the demands of fast research results in academia while not affecting the eventual design.
The same applies to
tensorwaves
but theexpertsystem
is a natural starting point.See also
The text was updated successfully, but these errors were encountered: