Skip to content

Commit

Permalink
Move tests
Browse files Browse the repository at this point in the history
  • Loading branch information
liambai committed Nov 2, 2024
1 parent f86f947 commit 3447cc3
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,7 @@ class TestSingleLatentProbe(unittest.TestCase):
"interprot.logistic_regression_probe.single_latent.prepare_arrays_for_logistic_regression"
)
@patch("interprot.logistic_regression_probe.single_latent.torch.load")
@patch(
"interprot.logistic_regression_probe.single_latent.AutoTokenizer.from_pretrained"
)
@patch("interprot.logistic_regression_probe.single_latent.AutoTokenizer.from_pretrained")
@patch("interprot.logistic_regression_probe.single_latent.EsmModel.from_pretrained")
@patch("interprot.logistic_regression_probe.single_latent.SparseAutoencoder")
def test_single_latent_e2e(
Expand Down
2 changes: 1 addition & 1 deletion viz/src/SAEConfigs.ts
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ export const SAE_CONFIGS: Record<string, SAEConfig> = {
{
name: "kinase helix",
dim: 594,
desc: "This feature activates strongly on a specific helix in kinase domains and weakly on surrounding beta strands. The highlighted helix is always opposing a beta sheet.",
desc: "This feature activates strongly on a specific helix in kinase domains and weakly on surrounding beta strands. The highlighted helix is always the one opposed to the beta sheet.",
group: "structural",
},
{
Expand Down

0 comments on commit 3447cc3

Please sign in to comment.