Skip to content

Commit

Permalink
Update test.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Smartappli authored Jan 26, 2024
1 parent d163bfc commit e8a6218
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ def check_model_availability(repo, filename):
return False


model_data = os.path.join(os.getcwd(), paths[0])
model_data = os.path.join(os.getcwd(), 'all/models.json')
checks = list(flatten_model_data(model_data))


Expand Down

0 comments on commit e8a6218

Please sign in to comment.