Skip to content

Commit

Permalink
feat: 📦 small version update
Browse files Browse the repository at this point in the history
  • Loading branch information
chaofengc committed Jun 23, 2023
1 parent e75c152 commit 1c7b8aa
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
5 changes: 2 additions & 3 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -10,16 +10,15 @@ build_dist:
make clean
python setup.py sdist bdist_wheel
pip install dist/*.whl
# make test

release:
python -m twine upload dist/*

# lint:
# flake8 pyiqa/ --count --max-line-length=127 --ignore=W293,W503,W504,E126,E741

# test:
# python -m unittest
test:
pytest tests/ -m calibration -v

clean:
rm -rf __pycache__
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.1.6.4
0.1.7
1 change: 1 addition & 0 deletions tests/test_metric_general.py
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@ def dist_img() -> torch.Tensor:

# ==================================== Test metrics ====================================

@pytest.mark.calibration
@pytest.mark.parametrize(
("metric_name"),
[(k) for k in metrics_with_official_results().keys()]
Expand Down

0 comments on commit 1c7b8aa

Please sign in to comment.