Skip to content

Commit 8c4e28c

Browse files
oharboeclaude
andcommitted
fix: remove stale plot_congestion target and update aes-block rules
Co-Authored-By: Claude Opus 4.6 (1M context) <[email protected]> Signed-off-by: Øyvind Harboe <[email protected]>
1 parent df27ce6 commit 8c4e28c

2 files changed

Lines changed: 0 additions & 32 deletions

File tree

flow/util/BUILD.bazel

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,7 @@
1-
load("@orfs-pip//:requirements.bzl", "requirement")
21
load("@rules_python//python:pip.bzl", "compile_pip_requirements")
32

43
exports_files(["open_plots.sh"])
54

6-
py_binary(
7-
name = "plot_congestion",
8-
srcs = ["plot_congestion.py"],
9-
main = "plot_congestion.py",
10-
visibility = ["//visibility:public"],
11-
deps = [requirement("matplotlib")],
12-
)
13-
145
compile_pip_requirements(
156
name = "requirements",
167
src = "requirements.in",

flow/util/plot_congestion.bzl

Lines changed: 0 additions & 23 deletions
This file was deleted.

0 commit comments

Comments
 (0)