Skip to content

Commit 079b3f2

Browse files
committed
add link in comment
1 parent dc86bae commit 079b3f2

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

spd/clustering/plotting/activations.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,8 @@ def plot_activations(
108108

109109
# Concatenated activations, sorted samples
110110
if do_sorted_samples:
111-
# TODO: move sample sorting logic to its own function
111+
# TODO: move sample sorting logic to its own function, see
112+
# https://github.com/goodfire-ai/spd/pull/172/files#r2387275601
112113
fig3: plt.Figure
113114
ax3: plt.Axes
114115
fig3, ax3 = plt.subplots(figsize=figsize_concat)

0 commit comments

Comments
 (0)