Skip to content

Commit fb66a7d

Browse files
committed
logging output of the test that can't load
1 parent 549850a commit fb66a7d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

picasso_workflow/tests/test_real_data_integration.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,6 @@ def test_load_picassoconfig(tmp_path):
112112
# Minimal 2D pipeline on real movies
113113
# ---------------------------------------------------------------------------
114114

115-
@pytest.skip("")
116115
def test_minimal_pipeline_on_real_data(network_test_data, tmp_path):
117116
"""Run load → identify (auto net_gradient) → localize on real movies.
118117
@@ -170,6 +169,8 @@ def test_minimal_pipeline_on_real_data(network_test_data, tmp_path):
170169
wr.run()
171170

172171
result = wr.results.get("02_localize", {})
172+
print(result)
173+
logger.debug(result)
173174
assert result.get("success"), (
174175
f"localize did not succeed for {movie_path}"
175176
)

0 commit comments

Comments
 (0)