-
Notifications
You must be signed in to change notification settings - Fork 1
Unit system overhaul #217
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
Open
henrikjacobsenfys
wants to merge
43
commits into
develop
Choose a base branch
from
unit-system-overhaul
base: develop
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
+7,036
−2,510
Open
Unit system overhaul #217
Changes from all commits
Commits
Show all changes
43 commits
Select commit
Hold shift + click to select a range
8dfeb08
overhaul units
henrikjacobsenfys 5a2d9ce
claude review
henrikjacobsenfys a6c6294
Claude second review
henrikjacobsenfys cd6fcfe
claude third review
henrikjacobsenfys bac24e9
Simplifications
henrikjacobsenfys eced18a
claude 4th review
henrikjacobsenfys 44e7a25
Merge develop into feature/unit-system-overhaul
henrikjacobsenfys 4758439
Fix post-merge issues from develop's old unit API
henrikjacobsenfys f02845e
Claude 5th review
henrikjacobsenfys e90c9b1
Claude 6th review
henrikjacobsenfys 3f59e3e
Claude 7th review
henrikjacobsenfys ced344a
Added regression tests
henrikjacobsenfys 477a2bf
Clear notebooks
henrikjacobsenfys a42aa84
remove metadata from notebooks
henrikjacobsenfys 4e5512d
Add missing tests
henrikjacobsenfys c241ac1
Claude's response to my comments
henrikjacobsenfys 837fb6b
Bug fix
henrikjacobsenfys 55b5e01
simplify unit conversion
henrikjacobsenfys 4aeca78
Cluade responds to review
henrikjacobsenfys 055c969
Update tests
henrikjacobsenfys d56814e
Add WHEN THEN EXPECT to tests
henrikjacobsenfys 89c727a
Update tests
henrikjacobsenfys 79fac86
Update test
henrikjacobsenfys 684a105
Update tests
henrikjacobsenfys aec7d58
update tests
henrikjacobsenfys 25bd85d
human review part 1
henrikjacobsenfys 7c4c193
Claude fix impacted tests
henrikjacobsenfys 4f7483e
Humar review part 2
henrikjacobsenfys dcc4e79
claude and pixi
henrikjacobsenfys f8c5c01
fix ParameterAnalysis units
henrikjacobsenfys 80ca5fc
update tutorial
henrikjacobsenfys b20cd24
add tests to close codecov/patch coverage gap
henrikjacobsenfys 6313bf8
fix ModelComponent.x_unit/y_unit returning str(None) and replace all …
henrikjacobsenfys da71f4f
FIx notebooks
henrikjacobsenfys 83e1c8c
Show example of how to suppress warnings from polynomial
henrikjacobsenfys acd5d15
Update tests
henrikjacobsenfys 6a00c25
Move Q index check completely to utils
henrikjacobsenfys 97fece1
Fix test warnings
henrikjacobsenfys 676ba93
Fable review
henrikjacobsenfys 3baf4e2
improve expression_component and add some tests
henrikjacobsenfys dda98e1
ensure convert unit doesn't regenerate component collections
henrikjacobsenfys 1e9651e
Update ParameterAnalysis to fix some unit bugs
henrikjacobsenfys adad8af
Use scipp to store Q
henrikjacobsenfys File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or 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 file contains hidden or 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 file contains hidden or 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 file contains hidden or 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 file contains hidden or 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
Binary file not shown.
Binary file not shown.
This file contains hidden or 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 file contains hidden or 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 file contains hidden or 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 file contains hidden or 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 file contains hidden or 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 file contains hidden or 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 file contains hidden or 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
Oops, something went wrong.
Oops, something went wrong.
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Should not be rebuilt, outcomment relevant parts of notebook