-
Notifications
You must be signed in to change notification settings - Fork 5
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
Add date to menu #933
Closed
Closed
Add date to menu #933
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This restores compatibility with the iBoss TLS interception certificate that the Met Office is using. There is an upstream ticket open to get this certificate well formed, after which we can remove this line. Fixes #903
Fix typo in comment
…e in the range -180 deg to 180 deg.
…itude point and the corrected longitude co-ordinate.
…ithin the domain after the longitude convention has been applied. Also, boundary_margin has been updated to 1 in all relevant tests as this should be the minimum value. This change only affects tests and is not used as a CSET input.
… the longitude rotation of the grid from the west.
… the longitude rotation of the grid from the east.
… not in the standard list.
…tes rather than replacing them.
…tude point in regrid_to_single_point.
It can't be measured outside of an editable install, and doesn't contain any logic.
This avoids potential issues with licencing on the defaults channels.
This makes reviewing the changes in conda lock files easier, as packages will no longer move around. Fixes #864
Explicitly use conda-forge conda channel for updating conda and resolving lock files
Exclude __main__.py from test coverage measurement
Remove HTTP status check as urlopen already does it
Test templating variables into recipe parser
Test recipe listing and detailing functions
[CI] Update pre-commit hooks
[CI] Update conda lock files
…comments added; np.mean function replaced with np.median.
Fix type signature
Changes to fix longitude convention to be in the range -180 degrees to 180 degrees where possible
…cking Disable strict checking that TLS certificates are well formed
jfrost-mo
temporarily deployed
to
github-pages
November 12, 2024 15:59
— with
GitHub Actions
Inactive
Ah, this pull request has been made the wrong way around, and is trying to merge the main branch into yours, rather than your branch into main. Looking at the branch it doesn't look like there are any changes. Did you make sure to commit before pushing? main...932_add_date_to_menu |
Closing as the wrong way around. |
7 tasks
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
I've added the CYLC_TASK_CYCLE_POINT to the menu description on the webpage so you can see the case date. This involved minor modification of lines 35-41 of /src/CSET/_workflow_utils/finish_website.py
Contribution checklist
Fixes #932
Aim to have all relevant checks ticked off before merging. See the developer's guide for more detail.