Skip to content

Add ex-ante tracking error to Portfolio - #89

Open
gyx09212214-prog wants to merge 2 commits into
mbk-dev:masterfrom
gyx09212214-prog:add-ex-ante-tracking-error
Open

Add ex-ante tracking error to Portfolio#89
gyx09212214-prog wants to merge 2 commits into
mbk-dev:masterfrom
gyx09212214-prog:add-ex-ante-tracking-error

test: use configured tracking error annualization

8327326
Select commit
Loading
Failed to load commit list.
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
489.1 3.11 Linux passed
489.2 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"
  ]
}