Skip to content

Commit

Permalink
Hotfix classifier file hashes.
Browse files Browse the repository at this point in the history
  • Loading branch information
prihoda committed Mar 12, 2019
1 parent c3ef498 commit 99ae673
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions deepbgc/data.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,14 +48,14 @@
'url': 'https://github.com/Merck/deepbgc/releases/download/v{}/product_activity.pkl'.format(DATA_RELEASE_VERSION),
'target': 'product_activity.pkl',
'dir': 'classifier',
'checksum': 'ca4be7031ae9f70780f17c616a4fa5b5',
'checksum': '90f0c010460e9df882cb057664a49f30',
'versioned': True
},
{
'url': 'https://github.com/Merck/deepbgc/releases/download/v{}/product_class.pkl'.format(DATA_RELEASE_VERSION),
'target': 'product_class.pkl',
'dir': 'classifier',
'checksum': 'ca4be7031ae9f70780f17c616a4fa5b5',
'checksum': 'f78a2eda240403d2f40643d42202f3ac',
'versioned': True
},
{
Expand Down

0 comments on commit 99ae673

Please sign in to comment.