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

Fix of bug #140 #141

Merged
merged 7 commits into from
Jul 29, 2020
Merged

Fix of bug #140 #141

merged 7 commits into from
Jul 29, 2020

Conversation

vetlewi
Copy link
Collaborator

@vetlewi vetlewi commented Jul 29, 2020

This pull request should close issue #140 the bug of missing vector attribute when saving/loading from disk.

I've made a new issue for the same bug in the matrix class (see issue #142).

@vetlewi vetlewi linked an issue Jul 29, 2020 that may be closed by this pull request
@fzeiser
Copy link
Collaborator

fzeiser commented Jul 29, 2020

Can you add a short section to release_note.md using a new section on the top: ## [Unreleased]?

ompy/vector.py Outdated Show resolved Hide resolved
ompy/vector.py Outdated Show resolved Hide resolved
ompy/vector.py Outdated Show resolved Hide resolved
Copy link
Collaborator

@fzeiser fzeiser left a comment

Choose a reason for hiding this comment

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

very nice! I just have a few very small change requests which I added as single line comments

@fzeiser
Copy link
Collaborator

fzeiser commented Jul 29, 2020

Note: You don't have to fix (all) codeclimate issues. Howver, the docs should work, so this is actually a problem:
TypeError: Plain typing.Union is not valid as type argument

ompy/filehandling.py Outdated Show resolved Hide resolved
Copy link
Collaborator

@fzeiser fzeiser left a comment

Choose a reason for hiding this comment

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

Can you add a short section to release_note.md using a new section on the top: ## [Unreleased]?

@vetlewi vetlewi marked this pull request as ready for review July 29, 2020 15:17
@fzeiser
Copy link
Collaborator

fzeiser commented Jul 29, 2020

Very good job, thanks!

@fzeiser fzeiser merged commit f615ea7 into master Jul 29, 2020
@vetlewi vetlewi deleted the bug/140-Missing-Vector-Attributes branch July 29, 2020 15:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Vector class doesn't store the std attribute
2 participants