Skip to content

Conversation

@pmady
Copy link

@pmady pmady commented Nov 30, 2025

Description

Tests

Checklist:

  • I have read the contribution guidelines.
  • I have updated the documentation, if applicable. (Check if there is no
    need to update the documentation, for example if this is a bug fix that
    doesn't change the API.)
  • I have ensured that the change is tested somewhere in the testsuite
    (adding new test cases if necessary).
  • My code follows the prevailing code style of this project. If I haven't
    already run clang-format before submitting, I definitely will look at the CI
    test that runs clang-format and fix anything that it highlights as being
    nonconforming.

@linux-foundation-easycla
Copy link

linux-foundation-easycla bot commented Nov 30, 2025

CLA Signed

The committers listed above are authorized under a signed CLA.

@codecov-commenter
Copy link

codecov-commenter commented Nov 30, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 81.49%. Comparing base (0b3db70) to head (8fa95ac).

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #222   +/-   ##
=======================================
  Coverage   81.49%   81.49%           
=======================================
  Files          11       11           
  Lines        2151     2151           
  Branches      327      327           
=======================================
  Hits         1753     1753           
  Misses        398      398           

Continue to review full report in Codecov by Sentry.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 0b3db70...8fa95ac. Read the comment docs.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@pmady
Copy link
Author

pmady commented Dec 2, 2025

Any reviewers for this PR. As it is my first time contribution curious if I made an mistakes/ open for feedback. Thanks

@antond-weta
Copy link
Contributor

Hi Pavan,

I've looked at your PR, just wanted to check out the built documentation before commenting, which I haven't got a chance to do yet. I'll need some time to proofread the docs, will comment on this PR re my findings.

Sorry for the delay and thanks for doing this, much appreciated!

Copy link
Contributor

@antond-weta antond-weta left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good overall, some minor errors.

pmady added 3 commits December 2, 2025 17:18
- Remove Python bindings references (WIP, not fully functional)
- Fix rawtoaces_core.rst: remove non-existent classes (CameraDatabase,
  IlluminantDatabase, database_paths), add actual functions
- Elaborate on data path: mention CMAKE_INSTALL_PREFIX, Windows limitation
- Add --data-dir command line parameter to environment setup
- Fix illuminant docs: blackbody temperatures must be below 4000K

Signed-off-by: pmady <[email protected]>
- Remove Python bindings references (WIP, not fully functional)
- Fix rawtoaces_core.rst: remove non-existent classes, add actual functions
- Elaborate on data path: mention CMAKE_INSTALL_PREFIX, Windows limitation
- Add --data-dir command line parameter to environment setup
- Fix illuminant docs: blackbody temperatures must be below 4000K
- Fix dependencies: remove LibRaw (handled by OIIO), add nlohmann-json
- Fix spectral_data.rst: explicitly list Spectrum and SpectralData structs

Signed-off-by: pmady <[email protected]>
@pmady pmady requested a review from antond-weta December 2, 2025 23:34
@pmady
Copy link
Author

pmady commented Dec 2, 2025

Updated PR with new changes

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

MetadataSolver class is missing

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants