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

Write two util functions to get the values and errors in separate num… #44

Closed

Conversation

Madddiiiin
Copy link
Contributor

@Madddiiiin Madddiiiin commented Jan 8, 2025

Summary

The functions used for calculating the lifetime $\tau$ are currently using many seperate input parameters, which was only ever a temporary implementation. Now the custom datamodel, implemented in the import/export module, should be used instead.

Additionally to changing the parameters and their usages we also need some util functions to make the custom data model compatible with ndarrays from numpy, used in the core module.


PR checklist

  • I have written tests that fail without my changes. Or I did not add them on purpose.
  • I have included instructions on how to test this, assuming they are not already apparent from the linked issue.

Closes/Fixes/Related to

@Benedikt-Brunner
Copy link
Collaborator

Included in #47

@Benedikt-Brunner Benedikt-Brunner deleted the core/feature/use-custom-data-model-for-calculations branch January 20, 2025 20:58
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.

Change datatypes for calculations to custom ones
3 participants