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

TrickOps: Update send_hs.py to work with latest Trick output #1810

Merged
merged 1 commit into from
Dec 12, 2024

Conversation

ddj116
Copy link
Contributor

@ddj116 ddj116 commented Dec 3, 2024

  • Update send_hs.py to work with the new fields Trick's output produces
  • Add unit tests and doctests for send_hs module
  • Update TrickOps documentation to include info on send_hs usage
  • Remove MonteCarloGenerationhelper.py's unecessary dependency on send_hs

Unrelated:

  • Update pip when testing TrickOps per pip best practices

Closes #1807

* Update send_hs.py to work with the new fields Trick's output produces
* Add unit tests and doctests for send_hs module
* Update TrickOps documentation to include info on send_hs usage
* Remove MonteCarloGenerationhelper.py's unecessary dependency on send_hs

Unrelated:

* Update pip when testing TrickOps per pip best practices

Closes #1807
@coveralls
Copy link

Coverage Status

coverage: 55.922%. remained the same
when pulling 674ae2c on 1807-update-send_hs.py
into f9d9d6e on master.

@ddj116
Copy link
Contributor Author

ddj116 commented Dec 4, 2024

Per discussion in the TrickLab this afternoon, the "check the source code for expected output" approach appears to be the best solution we can think of. Let me know if y'all have any other questions/concerns with the content of this PR. Thanks!

@ddj116
Copy link
Contributor Author

ddj116 commented Dec 5, 2024

I realized I never flagged anyone on this! FYI @sharmeye @hchen99 @jmpenn @Pherring04

@sharmeye sharmeye merged commit 16828a9 into master Dec 12, 2024
11 checks passed
@sharmeye sharmeye deleted the 1807-update-send_hs.py branch December 12, 2024 16:55
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.

TrickOps: Update send_hs.py to match latest send_hs output Trick produces
3 participants