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

Make NDArrayType.__len__() a method, not a property #673

Merged
merged 2 commits into from
Apr 4, 2019

Conversation

jdavies-st
Copy link
Contributor

Fixes #671.

@stsci-bot
Copy link

stsci-bot bot commented Apr 4, 2019

Hi there @jdavies-st 👋 - thanks for the pull request! I'm just a friendly 🤖 that checks for issues related to the changelog. I help make sure that this pull request is milestoned and labeled correctly. This is mainly intended for the maintainers, so if you are not a maintainer you can ignore this, and a maintainer will let you know if any action is required on your part 😃.

I noticed the following issues with this pull request:

  • The milestone has not been set (this can only be set by a maintainer)
  • Changelog entry not present (or pull request number missing) and neither the Affects-dev nor the no-changelog-entry-needed label are set

Would it be possible to fix these? Thanks!

If there are any issues with this message, please report them here.

@stsci-bot
Copy link

stsci-bot bot commented Apr 4, 2019

Hi there @jdavies-st 👋 - thanks for the pull request! I'm just a friendly 🤖 that checks for issues related to the changelog. I help make sure that this pull request is milestoned and labeled correctly. This is mainly intended for the maintainers, so if you are not a maintainer you can ignore this, and a maintainer will let you know if any action is required on your part 😃.

Everything looks good from my point of view! 👍

If there are any issues with this message, please report them here.

@codecov
Copy link

codecov bot commented Apr 4, 2019

Codecov Report

Merging #673 into master will increase coverage by 0.04%.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #673      +/-   ##
==========================================
+ Coverage   93.29%   93.34%   +0.04%     
==========================================
  Files          39       39              
  Lines        4295     4295              
==========================================
+ Hits         4007     4009       +2     
+ Misses        288      286       -2
Impacted Files Coverage Δ
asdf/tags/core/ndarray.py 93.65% <ø> (+0.52%) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 3e36570...e37f525. Read the comment docs.

@jdavies-st jdavies-st force-pushed the bugfix-ndarraytype-len branch 2 times, most recently from 43a3130 to b745dc1 Compare April 4, 2019 17:51
@drdavella drdavella added this to the v2.3.4 milestone Apr 4, 2019
Copy link
Contributor

@drdavella drdavella left a comment

Choose a reason for hiding this comment

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

@jdavies-st this looks good! The one minor nit is I think we should add a v2.3.4 section to the change log since this is a bug. If it eventually winds up just being released with v2.4.0, we'll fix the change log later.

@drdavella drdavella merged commit a84b6eb into asdf-format:master Apr 4, 2019
@jdavies-st jdavies-st deleted the bugfix-ndarraytype-len branch December 3, 2019 18:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants