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

[WIP] Local mode job class #2057

Draft
wants to merge 5 commits into
base: main
Choose a base branch
from
Draft

[WIP] Local mode job class #2057

wants to merge 5 commits into from

Conversation

kt474
Copy link
Member

@kt474 kt474 commented Nov 25, 2024

Summary

Details and comments

Fixes #1963

"""Return the backend where this job was executed."""
return self._backend

def useage(self) -> float:
Copy link
Member

Choose a reason for hiding this comment

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

Suggested change
def useage(self) -> float:
def usage(self) -> float:

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.

Make local jobs more like remote jobs
2 participants