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

141 add arrow marker type #142

Merged
merged 6 commits into from
Aug 7, 2024

Conversation

bbean23
Copy link
Collaborator

@bbean23 bbean23 commented Jul 31, 2024

No description provided.

@bbean23 bbean23 added the enhancement New feature or request label Jul 31, 2024
@bbean23 bbean23 requested review from e10harvey and braden6521 July 31, 2024 21:06
@bbean23 bbean23 self-assigned this Jul 31, 2024
@bbean23 bbean23 force-pushed the 141-add-arrow-marker-type branch from 8705b59 to fc61e64 Compare July 31, 2024 21:45
@bbean23 bbean23 force-pushed the 141-add-arrow-marker-type branch from fc61e64 to 95f15bf Compare August 2, 2024 16:58
@bbean23 bbean23 linked an issue Aug 2, 2024 that may be closed by this pull request
def draw_xyz(self, xyz, style: rcps.RenderControlPointSeq = None, label: str = None): # An xyz is [x,y,z]
def draw_xyz(
self, xyz: tuple[list, list], style: rcps.RenderControlPointSeq = None, label: str = None
): # An xyz is [x,y,z]
"""Plots a single point, I think (BGB)."""
Copy link
Collaborator

Choose a reason for hiding this comment

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

Please add full doc string here.

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

I kinda went overboard, but at least now this method has a full docstring!
f3e689e

@bbean23 bbean23 requested a review from e10harvey August 7, 2024 17:27
cls.dir_in = ft.join(path, 'data/input', name.split('test_')[-1])
cls.dir_out = ft.join(path, 'data/output', name.split('test_')[-1])

ret = super().setUpClass()
Copy link
Collaborator

Choose a reason for hiding this comment

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

Thanks for cleaning this up too

@e10harvey e10harvey merged commit beae328 into sandialabs:develop Aug 7, 2024
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

add 'arrow' marker type
2 participants