Skip to content

Commit

Permalink
Fix a few shape inference bugs.
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 538843234
  • Loading branch information
rjpower authored and tf-quant-finance-robot committed Jun 8, 2023
1 parent b9c8b8b commit 7e60392
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tf_quant_finance/models/generic_ito_process_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
# limitations under the License.
"""Tests for `sample_paths` of `ItoProcess`."""

import os
from unittest import mock # pylint: disable=g-importing-member
from absl.testing import parameterized
import numpy as np
Expand Down Expand Up @@ -748,4 +749,5 @@ def _gaussian(xs, variance):


if __name__ == '__main__':
os.environ['TF_XLA_FLAGS'] = '--tf_mlir_enable_mlir_bridge=true'
tf.test.main()

0 comments on commit 7e60392

Please sign in to comment.