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

HFT integration -> master #255

Merged
merged 255 commits into from
Dec 6, 2021
Merged

HFT integration -> master #255

merged 255 commits into from
Dec 6, 2021

Conversation

mattchrlw
Copy link
Contributor

🎉

Copy link
Contributor

@nicklambourne nicklambourne left a comment

Choose a reason for hiding this comment

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

LGTM, only two suggestions for types on the main functions params/returns.

elpis/examples/cli/hft/transcribe.py Outdated Show resolved Hide resolved
elpis/examples/cli/hft/create_dataset.py Outdated Show resolved Hide resolved
self.config['stage_count'] = self.config['stage_count'] + 1
except CalledProcessError as error:
with open(stage_log_path, 'a+') as file:
with open(self.run_log_path, 'a+') as file:
print('stderr', error.stderr, file=file)
print('failed', file=file)
print(f"Stage {stage} failed")
self.stage_status = (stage, 'failed', '', 'LOG-C')
Copy link
Collaborator

Choose a reason for hiding this comment

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

I think this will cause an error after the refactor which removes the final two arguments from this setter.

Copy link
Contributor

Choose a reason for hiding this comment

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

well spotted. I've removed the two final.
self.stage_status = (stage, 'failed')

@harrykeightley harrykeightley merged commit 5019de9 into master Dec 6, 2021
@benfoley benfoley deleted the hft branch October 12, 2022 04:22
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.

5 participants