We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7d7d580 commit 86f6a6eCopy full SHA for 86f6a6e
tests/tests_fabric/loggers/test_csv.py
@@ -170,7 +170,7 @@ def test_append_metrics_file(_, tmp_path):
170
171
def test_append_columns(tmp_path):
172
"""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)
+ logger = CSVLogger(tmp_path, flush_logs_every_n_steps=1)
174
175
# initial metrics
176
logger.log_metrics({"a": 1, "b": 2})
0 commit comments