Skip to content

Commit

Permalink
Merge branch 'feature/v0.4.6' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
KelSolaar committed Oct 10, 2024
2 parents 8dea6e5 + 92dcd6d commit e666374
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/continuous-integration-documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest]
python-version: [3.11]
python-version: [3.13]
fail-fast: false
runs-on: ${{ matrix.os }}
steps:
Expand Down
2 changes: 1 addition & 1 deletion colour/models/rgb/datasets/canon_cinema_gamut.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
)
"""*Canon Cinema Gamut* colourspace primaries."""

WHITEPOINT_NAME_CINEMA_GAMUT: str = "D55"
WHITEPOINT_NAME_CINEMA_GAMUT: str = "D65"
"""*Canon Cinema Gamut* colourspace whitepoint name."""

CCS_WHITEPOINT_CINEMA_GAMUT: NDArrayFloat = CCS_ILLUMINANTS[
Expand Down

0 comments on commit e666374

Please sign in to comment.