Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add unique column to output of the log_parsing pipeline #1795

Merged
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Remove unused import
  • Loading branch information
dagardner-nv committed Jul 3, 2024
commit ca44e6df707ed6df97c2b653288a9b5da00d364c
1 change: 0 additions & 1 deletion examples/log_parsing/postprocessing.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@
from collections import defaultdict

import mrc
import numpy as np
import pandas as pd
from mrc.core import operators as ops

Expand Down