Skip to content

Commit

Permalink
Use newer GFP model for test2.py and uncomment GitHub actions tests
Browse files Browse the repository at this point in the history
  • Loading branch information
samgelman committed Apr 25, 2024
1 parent d90175d commit a536cb2
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/test.yml
Expand Up @@ -35,10 +35,10 @@ jobs:
pip list
- name: Test METL-G
run: python metl/test.py
#- name: Test 1D low-N METL-L avGFP
# run: python metl/test2.py
#- name: Test 3D low-N METL-L avGFP
# run: python metl/test3.py
- name: Test 1D low-N METL-L avGFP
run: python metl/test2.py
- name: Test 3D low-N METL-L avGFP
run: python metl/test3.py
- name: Test MELT-L GB1
run: |
cd metl
Expand Down
4 changes: 2 additions & 2 deletions metl/test2.py
Expand Up @@ -3,8 +3,8 @@


def main():
# "bcEoygY3" is a METL-L (2M, 1D) [GFP] model that was fine-tuned on 80 examples from the avGFP DMS dataset
model, data_encoder = metl.get_from_uuid(uuid="bcEoygY3")
# "YoQkzoLD" is a METL-L (2M, 1D) [GFP] model that was fine-tuned on 64 examples from the avGFP DMS dataset
model, data_encoder = metl.get_from_uuid(uuid="YoQkzoLD")

# the GFP wild-type sequence
wt = "SKGEELFTGVVPILVELDGDVNGHKFSVSGEGEGDATYGKLTLKFICTTGKLPVPWPTLVTTLSYGVQCFSRYPDHMKQ" \
Expand Down

0 comments on commit a536cb2

Please sign in to comment.