google-deepmind / launchpad

Apache License 2.0
312 stars 36 forks source link

PyPi and release branch source code mismatch #37

Open cemlyn007 opened 1 year ago

cemlyn007 commented 1 year ago

I noticed for Launchpad version 0.5.2 that there is a mismatch between the uploaded PyPi package and the head of the release branch. This is problematic because this line is different in the PyPi package because there is a type mismatch where the expected type should be int but in the uploaded package it is a float due to a division by 1000.