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 335a806 commit c7d6b93Copy full SHA for c7d6b93
piedomains/api.py
@@ -295,7 +295,7 @@ def classify_batch(
295
all_results.append(batch_result)
296
297
except Exception as e:
298
- logger.error(f"Batch {i//batch_size + 1} failed: {e}")
+ logger.error(f"Batch {i // batch_size + 1} failed: {e}")
299
# Create error result for this batch
300
error_result = pd.DataFrame(
301
[
0 commit comments