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

Added identity modifier. Added head tail modifier to csv #115

Merged
merged 5 commits into from
Dec 2, 2021

Conversation

AndreasArvidsson
Copy link
Member

@AndreasArvidsson AndreasArvidsson commented Dec 2, 2021

bring line air to just bat

Also added head/tail to csv.

We probably need to expand the identifiers in the csv a bit.

src/modifiers/identity.py Outdated Show resolved Hide resolved
src/modifiers/modifiers.py Outdated Show resolved Hide resolved
AndreasArvidsson and others added 3 commits December 2, 2021 14:40
Co-authored-by: Pokey Rule <pokey.rule@gmail.com>
Co-authored-by: Pokey Rule <pokey.rule@gmail.com>
@AndreasArvidsson
Copy link
Member Author

All updated. identity is good enough as an identifier in the csv?

pokey
pokey previously approved these changes Dec 2, 2021
Copy link
Member

@pokey pokey left a comment

Choose a reason for hiding this comment

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

Looks good with one trivial change

Comment on lines +16 to +17
HeadTail("head", "extendThroughStartOf", "head"),
HeadTail("tail", "extendThroughEndOf", "tail"),
Copy link
Member

Choose a reason for hiding this comment

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

Hmm. Yeah probably path of least resistance for now rather than having to mess around extension-side

src/modifiers/identity.py Outdated Show resolved Hide resolved
@pokey
Copy link
Member

pokey commented Dec 2, 2021

All updated. identity is good enough as an identifier in the csv?

I think it's fairly clear.

@pokey pokey merged commit 6acb3ff into develop Dec 2, 2021
@pokey pokey deleted the identityModifier branch December 2, 2021 17:56
pokey added a commit that referenced this pull request Dec 13, 2021
* Added identity modifier. Added head tail modifier to csv

* Update src/modifiers/identity.py

Co-authored-by: Pokey Rule <pokey.rule@gmail.com>

* Update src/modifiers/modifiers.py

Co-authored-by: Pokey Rule <pokey.rule@gmail.com>

* Changed identifier on head tail

* Update src/modifiers/identity.py

Co-authored-by: Pokey Rule <pokey.rule@gmail.com>
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.

2 participants