Skip to content

Commit

Permalink
Remove bbsampling from schema file (#844)
Browse files Browse the repository at this point in the history
* Remove bbsampling from schema file

* Blackbody sampling removed from a few configuration test files.
  • Loading branch information
pfreddy authored and wkerzendorf committed Jul 20, 2018
1 parent 2c3ce24 commit 8eea19f
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 31 deletions.
16 changes: 0 additions & 16 deletions tardis/io/schemas/montecarlo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,22 +22,6 @@ properties:
type: number
multipleOf: 1.0
description: Number of maximum iterations
black_body_sampling:
type: object
default: {}
properties:
start:
type: quantity
default: 50 angstrom
stop:
type: quantity
default: 200000 angstrom
num:
type: number
multipleOf: 1.0
default: 1000000
description: Sampling of the black-body for energy packet creation (giving maximum
and minimum packet frequency)
last_no_of_packets:
type: number
multipleOf: 1.0
Expand Down
5 changes: 0 additions & 5 deletions tardis/io/tests/data/tardis_configv1_ascii_density_abund.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,11 +35,6 @@ montecarlo:
seed: 23111963
no_of_packets : 1.0e+5
iterations: 20

black_body_sampling:
start: 1 angstrom
stop: 1000000 angstrom
num: 1.e+6
last_no_of_packets: 1.e+5
no_of_virtual_packets: 5

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -39,11 +39,6 @@ montecarlo:
seed: 23111963
no_of_packets : 1.0e+5
iterations: 20

black_body_sampling:
start: 1 angstrom
stop: 1000000 angstrom
num: 1.e+6
last_no_of_packets: 1.e+5
no_of_virtual_packets: 5

Expand Down
5 changes: 0 additions & 5 deletions tardis/io/tests/data/tardis_configv1_uniform_density.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,11 +39,6 @@ montecarlo:
seed: 23111963
no_of_packets : 1.0e+5
iterations: 10

black_body_sampling:
start: 1 angstrom
stop: 1000000 angstrom
num: 1.e+6
last_no_of_packets: 1.e+5
no_of_virtual_packets: 10

Expand Down

0 comments on commit 8eea19f

Please sign in to comment.