Skip to content

Conversation

oew1v07
Copy link

@oew1v07 oew1v07 commented Nov 5, 2018

This adds the np.load function as an input, this will need to be merged prior to #207 as it depends on it being fixed.

np.genfromtxt(file_name, delimiter=",",
missing_values="", filling_values=-1)

def load(self):
Copy link
Contributor

Choose a reason for hiding this comment

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

Could you add a very brief docstring here? (Like the other functions in this module)

@robintw
Copy link
Contributor

robintw commented Nov 5, 2018

Looks great - thank you. I've just added one simple comment on a docstring I'd like you to add.

I see Travis has passed, I'll just wait for AppVeyor to pass too, and then merge this.

(Once this is merged, just pull from master in to your other PR and that should work too)

@oew1v07
Copy link
Author

oew1v07 commented Nov 5, 2018

Right added that doc string. Just waiting for travis and appveyor.

@robintw
Copy link
Contributor

robintw commented Nov 5, 2018

This is passing for all except 3.5 on AppVeyor, and that seems to be because it timed out due to some weird conda download slowdowns. Merging anyway, as it's only a small change.

@robintw robintw merged commit 3bd7bac into recipy:master Nov 5, 2018
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.

3 participants