Skip to content

Commit

Permalink
Additional polishing.
Browse files Browse the repository at this point in the history
  • Loading branch information
pdamme committed Apr 25, 2024
1 parent 2b2c021 commit 28bb7c2
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions test/api/python/data_transfer_tensorflow_1.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,7 @@

# Data transfer from pandas to DAPHNE and back, via shared memory.

import os
# TODO Check what messages it actually prints, maybe some of that is important.
os.environ["TF_CPP_MIN_LOG_LEVEL"] = "3"
import tensorflow as tf
tf.get_logger().setLevel("ERROR")
from daphne.context.daphne_context import DaphneContext

tensor = tf.constant([[1, 2, 3], [4, 5, 6], [7, 8, 9]], dtype=tf.int64)
Expand Down

0 comments on commit 28bb7c2

Please sign in to comment.