You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Oct 25, 2024. It is now read-only.
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.
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.