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

set default file path for make large data frame target #147

Conversation

mski-iksm
Copy link
Contributor

I've added default path for make_large_data_frame_target()

fix #112

@Hi-king
Please review.

@@ -61,8 +61,7 @@ def __init__(self, *args, **kwargs):
self._rerun_state = self.rerun

def output(self):
file_path = self.__module__.replace(".", "/")
return self.make_target(os.path.join(file_path, f"{type(self).__name__}.pkl"))
return self.make_target()
Copy link
Member

Choose a reason for hiding this comment

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

@mski-iksm cool solution!

@Hi-king
Copy link
Member

Hi-king commented Nov 29, 2020

@mski-iksm Really thank you for covering my issue. Looks great solution for that issue!

@Hi-king
Copy link
Member

Hi-king commented Nov 29, 2020

@hirosassa Any comments?

@Hi-king
Copy link
Member

Hi-king commented Nov 29, 2020

I'll make new release version after merging this.

@Hi-king Hi-king merged commit 8e51e94 into m3dev:master Dec 5, 2020
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.

Default path for make_large_data_frame_target
2 participants