We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d669fe6 commit 46fb27bCopy full SHA for 46fb27b
src/modelplane/runways/responder.py
@@ -113,7 +113,4 @@ def respond(
113
local_path=pipeline_runner.output_dir()
114
/ pipeline_runner.output_file_name,
115
)
116
- print(
117
- f"Logged prompt responses to {pipeline_runner.output_dir() / pipeline_runner.output_file_name}"
118
- )
119
return mlflow.active_run().info.run_id # type: ignore
tests/it/test_health.py
@@ -6,7 +6,4 @@
6
7
def test_tracking_server_is_live():
8
"""Test if the MLflow tracking server is live."""
9
- # TODO: remove this
10
- print("Checking if MLflow tracking server is live...")
11
- print("Current tracking URI:", mlflow.get_tracking_uri())
12
assert tracking_server_is_live(), "MLflow tracking server should be live"
0 commit comments