Skip to content

Commit 86f6a6e

Browse files
committed
revert flush_logs_every_n_steps value
1 parent 7d7d580 commit 86f6a6e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/tests_fabric/loggers/test_csv.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,7 @@ def test_append_metrics_file(_, tmp_path):
170170

171171
def test_append_columns(tmp_path):
172172
"""Test that the CSV file gets rewritten with new headers if the columns change."""
173-
logger = CSVLogger(tmp_path, flush_logs_every_n_steps=2)
173+
logger = CSVLogger(tmp_path, flush_logs_every_n_steps=1)
174174

175175
# initial metrics
176176
logger.log_metrics({"a": 1, "b": 2})

0 commit comments

Comments
 (0)