Skip to content

Signal mask refinement with numba#43

Open
YoannKermaidic wants to merge 16 commits intodune-lardon:mainfrom
YoannKermaidic:main
Open

Signal mask refinement with numba#43
YoannKermaidic wants to merge 16 commits intodune-lardon:mainfrom
YoannKermaidic:main

Conversation

@YoannKermaidic
Copy link
Contributor

No description provided.

@olantwin
Copy link
Contributor

olantwin commented Dec 2, 2021

Can you rebase this against main? It includes all the changes from your previous pull request, if I'm not mistaken.

@YoannKermaidic
Copy link
Contributor Author

Hi Oliver,
Yes I have to rebase... I'll do that tomorrow morning, I have to leave now.

@YoannKermaidic
Copy link
Contributor Author

@olantwin Now the PR should be fine

@olantwin
Copy link
Contributor

olantwin commented Dec 3, 2021

Could you please try to rebase? While there are now no conflicts anymore due to the merge, of the 11 commits, only 2-3 are actually new.

@YoannKermaidic
Copy link
Contributor Author

@olantwin
I'm not able to "Rebase and merge" - this is currently blocked as "Merging can be performed automatically with 1 approving review. "

@YoannKermaidic
Copy link
Contributor Author

If I run git rebase upstream/main main on the command line, I get many errors...
Auto-merging settings/analysis_parameters.json
CONFLICT (add/add): Merge conflict in settings/analysis_parameters.json
Auto-merging lardon.py
CONFLICT (content): Merge conflict in lardon.py
Auto-merging analysis_parameters.py
CONFLICT (add/add): Merge conflict in analysis_parameters.py
Failed to merge in the changes.
Patch failed at 0012 Add analysis parameters reader/file

@YoannKermaidic
Copy link
Contributor Author

Not sure how to solve this:
Capture d’écran 2021-12-03 à 15 14 10

@olantwin
Copy link
Contributor

olantwin commented Dec 3, 2021

@olantwin I'm not able to "Rebase and merge" - this is currently blocked as "Merging can be performed automatically with 1 approving review. "

I meant a local rebase.

@olantwin
Copy link
Contributor

olantwin commented Dec 3, 2021

If I run git rebase upstream/main main on the command line, I get many errors... Auto-merging settings/analysis_parameters.json CONFLICT (add/add): Merge conflict in settings/analysis_parameters.json Auto-merging lardon.py CONFLICT (content): Merge conflict in lardon.py Auto-merging analysis_parameters.py CONFLICT (add/add): Merge conflict in analysis_parameters.py Failed to merge in the changes. Patch failed at 0012 Add analysis parameters reader/file

The problem is, I think, that due to the merges git doesn't recognise that a lot of the commits are identical.

@olantwin
Copy link
Contributor

olantwin commented Dec 3, 2021

If I run git rebase upstream/main main on the command line, I get many errors... Auto-merging settings/analysis_parameters.json CONFLICT (add/add): Merge conflict in settings/analysis_parameters.json Auto-merging lardon.py CONFLICT (content): Merge conflict in lardon.py Auto-merging analysis_parameters.py CONFLICT (add/add): Merge conflict in analysis_parameters.py Failed to merge in the changes. Patch failed at 0012 Add analysis parameters reader/file

The problem is, I think, that due to the merges git doesn't recognise that a lot of the commits are identical.

You'll probably want to do an interactive rebase and drop all the commits which were already in the other pull-request.

@olantwin
Copy link
Contributor

olantwin commented Dec 3, 2021

Not sure how to solve this: Capture d’écran 2021-12-03 à 15 14 10

I can git it a try rebasing for you. I'll have to open a new pull request though, as I can't push to your repo. Why don't you work in the dune-lardon one anyway?

@olantwin
Copy link
Contributor

olantwin commented Dec 3, 2021

@YoannKermaidic , please have a look at #44

@YoannKermaidic
Copy link
Contributor Author

I rebased skipping all previous commits. Should work.

@olantwin
Copy link
Contributor

olantwin commented Dec 3, 2021

Is still see about 9 commits which are already in main. Did you push the rebased branch?

@olantwin
Copy link
Contributor

olantwin commented Dec 3, 2021

Although the merge seems to have taken care of any conflicts.

@YoannKermaidic
Copy link
Contributor Author

I feel like we can close this PR?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants