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

DM-41131: Add pipetask report on output of a quantum graph #269

Merged
merged 3 commits into from Oct 31, 2023

Conversation

eigerx
Copy link
Contributor

@eigerx eigerx commented Oct 18, 2023

Checklist

  • ran Jenkins
  • added a release note for user-visible changes to doc/changes

@eigerx eigerx changed the title Add pipetask report on output of a quantum graph DM-41131: Add pipetask report on output of a quantum graph Oct 18, 2023
@arunkannawadi
Copy link
Member

Looks like you need to run black on one of the files.

@codecov
Copy link

codecov bot commented Oct 27, 2023

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (f2149b5) 87.07% compared to head (1af553d) 87.21%.

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #269      +/-   ##
==========================================
+ Coverage   87.07%   87.21%   +0.13%     
==========================================
  Files          47       49       +2     
  Lines        4373     4419      +46     
  Branches      755      762       +7     
==========================================
+ Hits         3808     3854      +46     
  Misses        407      407              
  Partials      158      158              
Files Coverage Δ
python/lsst/ctrl/mpexec/cli/cmd/__init__.py 100.00% <100.00%> (ø)
python/lsst/ctrl/mpexec/cli/cmd/commands.py 67.28% <100.00%> (+1.47%) ⬆️
python/lsst/ctrl/mpexec/cli/script/__init__.py 100.00% <100.00%> (ø)
python/lsst/ctrl/mpexec/cli/script/report.py 100.00% <100.00%> (ø)
tests/test_cliCmdReport.py 100.00% <100.00%> (ø)

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@eigerx eigerx force-pushed the tickets/DM-41131 branch 2 times, most recently from de611a7 to 11f1055 Compare October 27, 2023 17:33
@@ -71,7 +71,7 @@ def test_report(self):

result = self.runner.invoke(
pipetask_cli,
["report", graph_uri, "-b", self.root, test_filename, "--no-logs"],
["repo", self.root, "report", graph_uri, test_filename, "--no-logs"],
Copy link
Member

Choose a reason for hiding this comment

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

You seem to have swapped the arguments here? It should be

["report", self.root, graph_uri, test_filename, "--no-logs"]

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Thank you thank you thank you!

@eigerx eigerx merged commit ef1ac55 into main Oct 31, 2023
14 checks passed
@eigerx eigerx deleted the tickets/DM-41131 branch October 31, 2023 21: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.

None yet

2 participants