Skip to content

Commit

Permalink
Change TODOs to notes.
Browse files Browse the repository at this point in the history
  • Loading branch information
khatchad committed Nov 13, 2023
1 parent 2f49d0c commit a88b9ea
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1882,7 +1882,7 @@ public void testHasLikelyTensorParameter10() throws Exception {
String attributeName = NodeUtils.getFullRepresentationString(typeHint);
assertEquals("tf.Tensor", attributeName);

// TODO: Set to assertFalse() when #111 is fixed.
// NOTE: Set to assertFalse() when #111 is fixed.
assertTrue(function.getLikelyHasTensorParameter());
}

Expand Down Expand Up @@ -4359,7 +4359,7 @@ public void testHasLikelyTensorParameter143() throws Exception {
*/
@Test
public void testHasLikelyTensorParameter144() throws Exception {
// TODO: Change to false, true once https://github.com/ponder-lab/Hybridize-Functions-Refactoring/issues/265 is fixed.
// NOTE: Change to false, true once https://github.com/ponder-lab/Hybridize-Functions-Refactoring/issues/265 is fixed.
testHasLikelyTensorParameterHelper(false, false);
}

Expand Down

0 comments on commit a88b9ea

Please sign in to comment.