GitXplorerGitXplorer
q

toolbox

public
0 stars
1 forks
0 issues

Commits

List of commits on branch main.
Unverified
e985fb21be8da5ca74f2c9fa9fdc77e593ed8612

faster compute coverage

qqgallouedec committed 2 years ago
Unverified
8ecb91908c366929d0796b64d58ba04fe2cbb211

new coverage panda

qqgallouedec committed 2 years ago
Unverified
174a6bd8df405247a46b75554f5869d10824af82

No velocities no rotation in panda obs

qqgallouedec committed 2 years ago
Unverified
35471ca28d018e97d0a9493e4da0dd321d3df72e

black

qqgallouedec committed 3 years ago
Unverified
5ce692783010b3d72f98c560c75c31e063f0e8da

panda_utils

qqgallouedec committed 3 years ago
Unverified
14e714dd4a5df1bca71d40e33b3e0f34ea33f2dd

Update cumulative object coverage for multiple env

qqgallouedec committed 3 years ago

README

The README file for this repository.

toolbox

Useful tools

To upload on PyPI

pip install wheel
python setup.py sdist
python setup.py bdist_wheel
twine upload --repository-url https://test.pypi.org/legacy/ dist/*
twine upload dist/*