Skip to content

Commit

Permalink
Rename quantile to range
Browse files Browse the repository at this point in the history
  • Loading branch information
liambai committed Dec 4, 2024
1 parent 6a11053 commit b7e7c7c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion viz/src/SAEVisualizerPage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@ const SAEVisualizerPage: React.FC = () => {
rangeData[rangeName]?.length > 0 && (
<AccordionItem key={rangeName} value={rangeName}>
<AccordionTrigger className="text-lg">
Top sequences in activation quantile {rangeName}
Top sequences in activation range {rangeName}
</AccordionTrigger>
<AccordionContent>
<SeqsViewer seqs={rangeData[rangeName]} />
Expand Down

0 comments on commit b7e7c7c

Please sign in to comment.