Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Move the default values for offset_min_skybrightness and safety_factor to the configuration file #210

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

albireox
Copy link
Member

@albireox albireox commented Feb 11, 2025

The ultimate source for the values for offset_min_skybrightness and safety_factor are now in the configuration under the configuration section. The actor commands default to null values and Design reads the configuration values if called with nulls.

Fixes #209.

Copy link

codecov bot commented Feb 11, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 50.5%. Comparing base (7b1b181) to head (cff13bb).

Additional details and impacted files
@@          Coverage Diff          @@
##            main    #210   +/-   ##
=====================================
  Coverage   50.5%   50.5%           
=====================================
  Files         44      44           
  Lines       6828    6828           
  Branches    1206    1206           
=====================================
  Hits        3446    3446           
  Misses      3034    3034           
  Partials     348     348           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@albireox albireox requested a review from imedan February 11, 2025 00:32
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.

Move offset_min_skybrightness and safety_factor default values to configuration
1 participant