Add ex-ante tracking error to Portfolio - #89
Open
gyx09212214-prog wants to merge 2 commits into
Open
Travis CI / Travis CI - Pull Request
succeeded
Jun 9, 2026 in 3m 23s
Build Passed
The build passed, just like the previous build.
Details
This is a pull request build.
It is running a build against the merge commit, after merging #89 Add ex-ante tracking error to Portfolio.
Any changes that have been made to the master branch before the build ran are also included.
Jobs and Stages
This build has two jobs, running in parallel.
| Job | Python | OS | State |
|---|---|---|---|
| 3.11 | Linux | passed | |
| 3.14 | Linux | passed |
Build Configuration
| Build Option | Setting |
|---|---|
| Language | Python |
| Operating System | Linux (Focal) |
| Python Versions | 3.11, 3.14 |
Build Configuration
{
"language": "python",
"os": [
"linux"
],
"dist": "focal",
"python": [
"3.11",
"3.14"
],
"before_install": [
"curl -sSL https://install.python-poetry.org | python3 -"
],
"install": [
"poetry install",
"poetry run pip install pytest-cov",
"poetry run pip install coveralls"
],
"script": [
"poetry run pytest tests --cov=okama/"
],
"after_success": [
"poetry run coveralls"
]
}
Loading