Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
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
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ repos:
- id: mixed-line-ending
- id: trailing-whitespace
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.15.15
rev: v0.15.20
hooks:
# Run the linter.
- id: ruff-check
Expand Down
10 changes: 0 additions & 10 deletions releso/util/visualization.py
Original file line number Diff line number Diff line change
Expand Up @@ -617,16 +617,6 @@ def plot_step_log(

# Create the interactive visualization

# Choose which obs dimensions to show in bottom subplot
design_var_names = df.columns[
df.columns.str.contains("design_variable_")
].tolist()

# Choose which obs dimensions to show in top subplot
objective_names = df.columns[
df.columns.str.contains("objective_")
].tolist()

# Get all unique episodes
episodes = df["episodes"].unique()

Expand Down
Loading