Conversation
Maybe old code variable name Sm that has to be changed to Xi in order for the clusters to be plotted with pLSCF
Fix plot cluster for pLSCF
closes dagghe#26
Update paper.bib
Allow for a single reference channel in Multi-step FDD algorithm
Rename FDD_MPE to FDD_mpe
|
Dear @keltouny, thank you for your PR, while we are reviewing this, I want to inform you that we've recently performed maintenance on the repository to remove large binary files from the Git history, which required a history rewrite. This means all branches now have a new history. Action required: Since this PR was created before the history rewrite, it will likely have conflicts that cannot be resolved normally. You'll need to:
git fetch origin
# or any branch you are working at
git checkout main
# stash your local changes first
git reset --hard origin/main
git checkout -b your-feature-branch-name
Unfortunately, Git doesn't provide a clean way to automatically fix PRs after a repository-wide history rewrite. We apologize for the inconvenience, but this maintenance was necessary to reduce the repository size and improve clone times for all users. Please let us know if you need any assistance with this process. |
|
Dear @keltouny could you please update your pr so that we can include it |
Allow for a single reference channel in the Multi-step FDD algorithm.