Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Jim Bosch <jbosch@astro.princeton.edu>
  • Loading branch information
andy-slac and TallJimbo committed Apr 28, 2023
1 parent c4e96e3 commit 6212ec0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/test_graphBuilder.py
Original file line number Diff line number Diff line change
Expand Up @@ -62,9 +62,9 @@ def testDefault(self):
_, qgraph2 = simpleQGraph.makeSimpleQGraph(
butler=butler, datasetQueryConstraint=constraint, callPopulateButler=False
)
# When all outputs are refs resolved and random direct comparison
# When all outputs are random resolved refs, direct comparison
# of graphs does not work because IDs are different. Can only
# verify the number of qunata in the graph without doing something
# verify the number of quanta in the graph without doing something
# terribly complicated.
self.assertEqual(len(qgraph2), 5)
constraint = DatasetQueryConstraintVariant.fromExpression("add_dataset0")
Expand Down

0 comments on commit 6212ec0

Please sign in to comment.