Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Various minor changes from other PRs #2091

Merged
merged 23 commits into from
Apr 21, 2024
Merged

Various minor changes from other PRs #2091

merged 23 commits into from
Apr 21, 2024

Conversation

t-b
Copy link
Collaborator

@t-b t-b commented Apr 19, 2024

Extracted from #2061, #2023, #1894.

Will merge once CI passes.

@t-b t-b self-assigned this Apr 19, 2024
@t-b t-b requested a review from timjarsky as a code owner April 19, 2024 13:00
t-b added 21 commits April 19, 2024 15:35
Until now we have only mentioned it in the release notes.

Close #1995.
This fixes an issue where the SweepFormula help file (ihf) was not
present on loading saved experiments which had a databrowser/sweepbrowser
open.

The reason was that we only loaded the ihf file on browser creation and
that does not happen when loading an experiment.

Now BSP_GetSFHELP loads the ihf file on-demand.
Bug introduced in fe7b00b (CI: Add ipt format to check formatting for
PRs, 2024-03-28).
…ameters

In 1abab43 (LBV_PopupExtGetLBKeys/LBV_PopupExtGetResultsKeys: Only list
filled labnotebook entries, 2024-02-23) we added support for listing only
filled labnotebook parameter names. Altough this works without issues
filtering the lists takes quite some time.

So we now cache them.
…ation and variable naming

It is more intuitive to speak about the meaning of row and col contents.
Each test should create it if needed themselves and not rely on previous
tests having created them.
… readable

We have multiple layers in overrideResults since 299861a
(PSX_FitEventDecay: Add an upper limit for the maximum tau, 2023-06-14).
But as the test code already relies on tau being 1 we explicitly set it.
We don't use underscores in variable names.
@t-b t-b force-pushed the feature/2091-various branch from 05439f5 to 89ab3ee Compare April 19, 2024 13:59
t-b added 2 commits April 19, 2024 16:11
We are nearly always using the same branch names locally and remote so
this should not change anything.

But it does make the code clearer.
This allows to do

git push origin feature/XXX-abcd

when another branch is checked out.
@t-b t-b merged commit 1747f22 into main Apr 21, 2024
20 checks passed
@t-b t-b deleted the feature/2091-various branch April 21, 2024 12:12
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.

1 participant