pangeo-data / pangeo-tutorial-gallery

Repo to house pangeo-tutorial notebooks for pangeo-gallery
MIT License
10 stars 13 forks source link

fixed read_csv with sample=False #14

Open NickMortimer opened 3 years ago

NickMortimer commented 3 years ago

Quick pull request to fix read_csv using sample=False

review-notebook-app[bot] commented 3 years ago

Check out this pull request on  ReviewNB

See visual diffs & provide feedback on Jupyter Notebooks.


Powered by ReviewNB

rabernat commented 3 years ago

Weird, the workflow failed with a binder authorization error:

  File "/opt/hostedtoolcache/Python/3.8.10/x64/lib/python3.8/site-packages/binderbot/binderbot.py", line 111, in start_kernel
    headers = {'Authorization': f'token {self.token}'}
AttributeError: 'BinderUser' object has no attribute 'token'

@yuvipanda - any idea what might be happening here?

NickMortimer commented 3 years ago

I think it could be to do with me running the notebook locally to test it I think cleared all the outputs and checked it in but I fear it has a memory of something not in binder?

rabernat commented 3 years ago

No it has nothing to do with your local environment.