ARTIST-Association / ARTIST

A differentiable ray tracer using the PyTorch machine-learning framework in Python.
MIT License
5 stars 1 forks source link

Unit Test for Heliostat Raytracing #59

Closed kalebphipps closed 4 months ago

kalebphipps commented 5 months ago

Is your feature request related to a problem? Please describe. Currently, the heliostat raytracing is only tested within the STRAL integration test. Therefore, the individual functions of the heliostat tracing should be tested separately.

Describe the solution you'd like A series of tests that test the individual functions of the heliostat raytracer.

Describe alternatives you've considered Only integration tests - but this is not desired.

Technical details We should include tests for:

Additional context