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

Supplying a path in the function call is sucky UX #5

Closed
delgadom opened this issue Aug 4, 2017 · 0 comments · Fixed by #6
Closed

Supplying a path in the function call is sucky UX #5

delgadom opened this issue Aug 4, 2017 · 0 comments · Fixed by #6

Comments

@delgadom
Copy link
Member

delgadom commented Aug 4, 2017

Users have to make a call like this every time:

@slurm_runner(filepath=__file__, job_spec=JOB_SPEC)
def my_func(...):
   # do stuff

There's gotta be a way we can infer the filepath or get around this filepath=__file__ nonsense somehow.

@delgadom delgadom mentioned this issue Aug 4, 2017
5 tasks
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 a pull request may close this issue.

1 participant