Skip to content

Commit ba726ee

Browse files
Fix code comment
1 parent 286251c commit ba726ee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tensorflow_probability/python/math/special_test.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -481,7 +481,7 @@ def betainc_partials_of_partial_x(a, b, x):
481481
betainc_partials_of_partial_b,
482482
betainc_partials_of_partial_x]
483483

484-
# Wrap in tf.function for faster computations.
484+
# Wrap in tf.function and compile for faster computations.
485485
betainc_partials_of_partials = [
486486
tf.function(partial_fn, autograph=False, jit_compile=True)
487487
for partial_fn in betainc_partials_of_partials]

0 commit comments

Comments
 (0)