Revision 0615a80dbfa7bc6e1b5b9f52c249e5f1d42008c4 authored by Anton Kiselev on 08 October 2019, 14:25:12 UTC, committed by Jasper Schulz on 08 October 2019, 14:25:12 UTC
* Fixes for serializing sets and numpy numbers in SerDe

* Tests for changes in SerDe. Fixes for JSON and code serializations

1 parent 44d7b68
Raw File
setup.cfg
[aliases]
test = pytest --addopts --cov=src/gluonts
tests = pytest --addopts --cov=src/gluonts

[build_sphinx]
source-dir = docs
build-dir = docs/_build
all_files = 1

[metadata]
description-file = public/README.md

[tool:pytest]
testpaths = test
addopts = -v --doctest-modules --color=yes
back to top