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

replace BasicEln #451

Merged
merged 20 commits into from
Oct 25, 2024
Merged

replace BasicEln #451

merged 20 commits into from
Oct 25, 2024

Conversation

sanbrock
Copy link
Collaborator

@sanbrock sanbrock commented Oct 9, 2024

No description provided.

@@ -72,6 +72,7 @@ def __rename_nx_for_nomad(

if name and name.startswith("NX"):
name = __REPLACEMENT_FOR_NX + name[2:]
name = name[0].upper() + (name[1:] if len(name) > 1 else "")
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why not name = name[:1].upper() + name[1:]? I don't think we need the len check.

Copy link
Collaborator

@lukaspie lukaspie left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Lgtm

@@ -36,7 +36,7 @@ jobs:
- name: Install nomad
if: "${{ matrix.python_version != '3.8' && matrix.python_version != '3.12'}}"
run: |
uv pip install nomad-lab@git+https://gitlab.mpcdf.mpg.de/nomad-lab/nomad-FAIR.git
uv pip install nomad-lab@git+https://gitlab.mpcdf.mpg.de/nomad-lab/nomad-FAIR.git@Sprint_Nomad_BaseSection
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This shall eventually be reverted when the nomad branch is merged. We can do it here or later, as you wish.

@sanbrock sanbrock merged commit 6f7b703 into master Oct 25, 2024
14 checks passed
@sanbrock sanbrock deleted the replace_BasicEln branch October 25, 2024 16:18
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