This repository was archived by the owner on Sep 2, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 5
348 replaced point 3d and point 2d to support arithmetic, using numpy arrays #623
Merged
Merged
Changes from all commits
Commits
Show all changes
26 commits
Select commit
Hold shift + click to select a range
cb1a877
Changed Point3D and Point2D to use numpy arrays
olliesilvester fb3c0cd
Fixed tests, create_point checks for NoneType
olliesilvester 2cfa8fb
changed create_point dtype
olliesilvester 3d01051
Replace Point3D with create_point
olliesilvester c6884af
Fix tests and replace Point2D
olliesilvester cbfba17
minor fixes
olliesilvester 018a2f8
Merge main into 348_replace_point_3d_to_support_arithmetic
olliesilvester 0c04551
minor fixes
olliesilvester da00154
fixed and added tests
olliesilvester 8a66859
Fix other unit tests
olliesilvester 8fc01c0
Merge branch 'main' of https://github.com/DiamondLightSource/python-a…
olliesilvester 818a6e9
changed setup.cfg for dodal
olliesilvester 6a81f39
replaced create_point() with np.array()
olliesilvester 4125cd8
fix unit tests
olliesilvester a6a4a3c
minor numpifying
olliesilvester a9457ce
remove unused imports
olliesilvester 838f453
Merge branch 'main' into 348_replace_point_3d_to_support_arithmetic
olliesilvester 809785b
changed setup to correct dodal
olliesilvester 12a800f
Merge branch 'main' into 348_replace_point_3d_to_support_arithmetic
d-perl d3c7442
update merged changes
d-perl d82303d
fix encoding
d-perl 86cb2a4
remove unused import
d-perl 2d1a121
Merge branch 'main' into 348_replace_point_3d_to_support_arithmetic
d-perl 4e96892
fix merge remnants
d-perl e307f6f
fix ndarray serialisation for __eq__ and otherwise
d-perl dfa5e68
update dodal req
d-perl 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
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.
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.
so part of the reason for this whole refactor is so that we could do something tidier like