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

115 nyaml2nxdl xref edge cases #1322

Closed

Conversation

RubelMozumder
Copy link
Contributor

changes:

  1. term will accept anything in-between a space and standard.
  2. Any kind of URLs will be accepted whether they are valid or not.

sanbrock and others added 30 commits July 11, 2023 15:24
…-proposal introductions and explanations which have now been replaced by the respective subgroups in contributed_classes, fixed typos, rerouted ci pipeline to point to fairmat branch
RubelMozumder and others added 16 commits November 6, 2023 11:58
Fix rebase conflict.

Fix rebase conflict.

Disable fail-fast to check which versions work

Actually *disable* fail-fast 🙈

Fix rebase conflict.

Fix rebase conflict.

Fix rebase conflict.

Fix rebase conflict.

Fix rebase conflict.

Fix rebase conflict.

Responding on PR review comments.

Changes for PR review.

Changes for PR review.

Changes for PR review.

Changes for PR review.

Changes for PR review.

Changes for PR review.

Changes for PR revie.
@prjemian
Copy link
Contributor

  • This PR does not reference an issue. It should describe why this branch and PR was created. (The opening statement is limited in this regard.)
  • Why are all the existing NeXus class definitions added here as nyaml files?

<!--
# NeXus - Neutron and X-ray Common Data Format
#
# Copyright (C) 2008-2022 NeXus International Advisory Committee (NIAC)
# Copyright (C) 2014-2022 NeXus International Advisory Committee (NIAC)
Copy link
Contributor

Choose a reason for hiding this comment

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

Why is this copyright date changed? Are copyright dates in other NeXus classes also changed?

@@ -285,7 +285,7 @@ def handle_each_part_doc(text):
Formated text
"""

clean_txt = text.strip()
clean_txt = text.strip().strip('"')
Copy link
Contributor

Choose a reason for hiding this comment

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

Would removal of starting " use lstrip('"') instead?

@domna
Copy link
Contributor

domna commented Nov 10, 2023

  • This PR does not reference an issue. It should describe why this branch and PR was created. (The opening statement is limited in this regard.)
  • Why are all the existing NeXus class definitions added here as nyaml files?

Sorry, I don't know why this PR is open here. This is a current PR for the fairmat nexus repository (I only saw accidentally that it is opened here as well). This should only be contributed with #1303 or at a later stage.

@RubelMozumder Was this PR accidentally created and if so can you close it here?

# Copyright (C) 2008-2022 NeXus International Advisory Committee (NIAC)
#
#
# Copyright (C) 2014-2023 NeXus International Advisory Committee (NIAC)
Copy link
Contributor

Choose a reason for hiding this comment

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

As stated elsewhere, do not change the copyright dates

@RubelMozumder
Copy link
Contributor Author

It was created by mistake.

@lukaspie lukaspie deleted the 115-nyaml2nxdl-xref-edge-cases branch June 4, 2024 10:08
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.

9 participants