solstice

Compute collected power and efficiencies of a solar plant
git clone git://git.meso-star.com/solstice.git
Log | Files | Refs | README | LICENSE

commit 8ecd0c97c0aa61634c47d33058276c0869a0ca89
parent 2f9ad38abd20d4c8a65087243d76961dfdd3b5ce
Author: Christophe Coustet <christophe.coustet@meso-star.com>
Date:   Mon, 16 Jan 2017 15:04:32 +0100

Remove 1 test from ok list that cannot be ok (cylinder with no extension).

Diffstat:
Msrc/parser/yaml/test_ok_1.yaml | 8--------
1 file changed, 0 insertions(+), 8 deletions(-)

diff --git a/src/parser/yaml/test_ok_1.yaml b/src/parser/yaml/test_ok_1.yaml @@ -49,11 +49,3 @@ geometry: - material: { mirror: { reflectivity: 0, roughness: 0.5 } } cylinder: { height: 1, radius: 1 } ---- -- sun: { dni: 1, spectrum: [{wavelength: 1, data: 1}] } -- entity: - name: entity - geometry: - - material: { mirror: { reflectivity: 0, roughness: 0.5 } } - cylinder: { height: 0, radius: 0 } -