Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
saanikat committed Oct 7, 2024
1 parent 5edee67 commit e6ace12
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion tests/test_bedms.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,9 @@

class TestBEDMES:
def test_bedmes(self):
model = AttrStandardizer(repo_id='databio/attribute-standardizer-model6', model_name='encode')
model = AttrStandardizer(
repo_id="databio/attribute-standardizer-model6", model_name="encode"
)
results = model.standardize(pep="geo/gse228634:default")

assert results

0 comments on commit e6ace12

Please sign in to comment.