Skip to content

Commit

Permalink
Update BioModelsCache.py
Browse files Browse the repository at this point in the history
  • Loading branch information
bartjuw authored May 8, 2024
1 parent 6cc23f1 commit d7a57dc
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/BioModelsCache.py
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,9 @@ def get_model(self, model_id):
def main():
cache = BioModelsCache()
cache.cache_biomodels() # Update/build BioModelsCache
print("Test cache.searchmodels()...")
cache.search_models("MODEL1903260003") # Check search()
print("Test cache.get_model()......")
cache.get_model("MODEL1901090001") # Check get_model()

if __name__ == '__main__':
Expand Down

0 comments on commit d7a57dc

Please sign in to comment.