Skip to content

Commit

Permalink
small config_schema changes
Browse files Browse the repository at this point in the history
  • Loading branch information
jvshields committed Nov 4, 2024
1 parent 6e772c7 commit 71a7c27
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions stardis/config_schema.yml
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ properties:
description: Number of angles to use in the simulation.
result_options:
type: object
additionalProperties: False
additionalProperties: false
default: {}
properties:
return_model:
Expand All @@ -154,7 +154,7 @@ properties:
default: false
return_radiation_field:
type: boolean
default: True
default: false
description: Options for what to return from the simulation.
required:
- stardis_config_version
Expand Down

0 comments on commit 71a7c27

Please sign in to comment.