Uh oh!
There was an error while loading. Please reload this page.
Recent DC updates for dc1 - #603
Conversation
* cancel SNR and change limit of total DC hits from raw hits to hits after denoising * remove unused codes
…skipped layer for cluster candidates from splitter (#500)
…543) * As supplementary, take conventional tracking with remaining cluters after AI-assisted tracking * add one more bit into track status to tell if track is from AI-asssisted tracking
* fix an issue in DCHBPostClusterAI.java to save all necessary clusters in HB cluster bank * add clusters in tracks from AI-assisted tracking into cluster list
c-dilks
commented
May 1, 2025
Copy file |
c-dilks
commented
May 2, 2025
Sorry, you also need |
tongtongcao
commented
May 2, 2025
I copied .github/make_banks_readme_precommit.sh ahead of your comment. |
c-dilks
commented
May 2, 2025
I committed it, and |
c-dilks
commented
May 2, 2025
Hmm.. since this |
baltzell
commented
May 5, 2025
Why are the commit hashes different than on the development branch? |
tongtongcao
commented
May 5, 2025
Here is answer from chatgpt:
When you cherry-pick a commit, you're applying the changes from that commit to a new point in the Git history. Even if the changes and message are identical, the context (e.g., parent commit or timestamp) is different, so the resulting commit hash will be different. |
@tongtongcao and I rolled this branch back a few commits (
Cherry-pick commit hashes will be different; use |
baltzell
commented
May 5, 2025
Which is the merged dc2 PR(s)? |
raffaelladevita
commented
May 5, 2025
It's 73bd1ef |
Recent DC updates have been merged into development(dc2). Those updates should also be merged into dc1.
The branch here is built based on dc1, and the commits are picked from development by git cherry-pick.