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

Temporarily disable NXdata_mpes* classes #214

Merged
merged 1 commit into from
Apr 11, 2024

Conversation

lukaspie
Copy link
Collaborator

There were several problems with the new NXdata_mpes_* base classes:

  1. h5web only provides a data view for NXdata classes
  2. we were extending NXdata in NXdata_mpes (i.e., base class inheritance), but still copied over all the fields from NXdata

Therefore, we have decided to temporarily disable the uses of these base classes so that our examples can work for the workshop. We will enable them again shortly afterwards. However, then we will aim for directly using them with base class inheritance (without copying manually).

I left the NXprocess_mpes as it is since it doesn't contain any views.

@lukaspie lukaspie requested review from domna and rettigl April 11, 2024 12:01
Copy link

@domna domna left a comment

Choose a reason for hiding this comment

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

LGTM

@lukaspie lukaspie merged commit 2ac33b2 into fairmat Apr 11, 2024
6 checks passed
@lukaspie lukaspie deleted the disable-nxmpes-data-classes branch April 11, 2024 12:21
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.

None yet

2 participants