Skip to content

read_sas catches own error #24548 #24554

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

Merged

Conversation

benjaminr
Copy link
Contributor

@benjaminr benjaminr commented Jan 2, 2019

…tution decorator in docstrings where commonly repeated
…ugh aggregate method docstrings still have the issue of sharing a docstring with Notes directly after Returns. This means any further appends with a See Also section are out of order.
Copy link
Contributor

@jreback jreback left a comment

Choose a reason for hiding this comment

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

needs a test & a whatsnew entry

@jreback jreback added IO SAS SAS: read_sas Bug labels Jan 2, 2019
@codecov
Copy link

codecov bot commented Jan 2, 2019

Codecov Report

Merging #24554 into master will decrease coverage by <.01%.
The diff coverage is 0%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master   #24554      +/-   ##
==========================================
- Coverage   92.33%   92.33%   -0.01%     
==========================================
  Files         166      166              
  Lines       52465    52465              
==========================================
- Hits        48443    48442       -1     
- Misses       4022     4023       +1
Flag Coverage Δ
#multiple 90.75% <0%> (ø) ⬆️
#single 43% <0%> (ø) ⬆️
Impacted Files Coverage Δ
pandas/io/sas/sasreader.py 86.2% <0%> (ø) ⬆️
pandas/util/testing.py 87.59% <0%> (-0.1%) ⬇️

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 27d18c7...15bf0f9. Read the comment docs.

@codecov
Copy link

codecov bot commented Jan 2, 2019

Codecov Report

❗ No coverage uploaded for pull request base (master@c217656). Click here to learn what that means.
The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff            @@
##             master   #24554   +/-   ##
=========================================
  Coverage          ?   92.32%           
=========================================
  Files             ?      166           
  Lines             ?    52553           
  Branches          ?        0           
=========================================
  Hits              ?    48519           
  Misses            ?     4034           
  Partials          ?        0
Flag Coverage Δ
#multiple 90.75% <100%> (?)
#single 43.06% <0%> (?)
Impacted Files Coverage Δ
pandas/io/sas/sasreader.py 96.15% <100%> (ø)

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 c217656...dcc071d. Read the comment docs.

Copy link
Contributor

@jreback jreback left a comment

Choose a reason for hiding this comment

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

minor comment, lgtm. ping on green.

@jreback
Copy link
Contributor

jreback commented Jan 2, 2019

i pushed a revision

@benjaminr
Copy link
Contributor Author

benjaminr commented Jan 2, 2019

@jreback Build appears to have mostly passed apart from Windows which is reporting:

"Could not find conda environment: pandas-dev" - not sure this is related to what I've changed.

Relates to #24564

@TomAugspurger
Copy link
Contributor

restarted the azure build.

@jreback jreback added this to the 0.24.0 milestone Jan 2, 2019
@jreback jreback merged commit c08de6b into pandas-dev:master Jan 3, 2019
@jreback
Copy link
Contributor

jreback commented Jan 3, 2019

thanks!

Pingviinituutti pushed a commit to Pingviinituutti/pandas that referenced this pull request Feb 28, 2019
Pingviinituutti pushed a commit to Pingviinituutti/pandas that referenced this pull request Feb 28, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug IO SAS SAS: read_sas
Projects
None yet
Development

Successfully merging this pull request may close these issues.

read_sas catches own error
4 participants