Skip to content

Commit

Permalink
moved from "test" to "tests"
Browse files Browse the repository at this point in the history
  • Loading branch information
Martin PELLEMOINE committed Jun 13, 2024
1 parent 7d626d0 commit 87f7de5
Show file tree
Hide file tree
Showing 49 changed files with 2,347 additions and 2,347 deletions.
File renamed without changes.
108 changes: 54 additions & 54 deletions test/data/agraf.drf → tests/data/agraf.drf
Original file line number Diff line number Diff line change
@@ -1,54 +1,54 @@
# Dressing file for apple trees
#SMBPath = D:/Documents/pradal/devlp/vplants/aml/databases/SMBFiles
SMBPath = ../../../databases/SMBFiles
SMBModel entrenoeud = nentn105
SMBModel entrenoeud2 = nentn104
SMBModel Feuille = feui146 #feui113
SMBModel Fruit = pommecyl
Class U = entrenoeud
Class B = entrenoeud
Class E = entrenoeud
Class Z = Feuille
Class A = Fruit
LeafClass = Z
FruitClass = A
LeafAlpha = 45
LeafBeta = 120
LeafLength = 100
LeafTopDiameter = 1000
LeafBottomDiameter = 1000
Phyllotaxy = 150
MinTopDiameter I = 50
MinBottomDiameter I = 50
MinTopDiameter U = 500
MinBottomDiameter U = 500
MinTopDiameter E = 500
MinBottomDiameter E = 500
MinTopDiameter B = 1
MinBottomDiameter B = 1
MinLength C = 5
MinLength E = 1
MinLength F = 0
MinLength B = 5
MinLength I = 5
MinLength U = 5
DiameterUnit = 10
LengthUnit = 1
Alpha = Relative
# Dressing file for apple trees

#SMBPath = D:/Documents/pradal/devlp/vplants/aml/databases/SMBFiles
SMBPath = ../../../databases/SMBFiles

SMBModel entrenoeud = nentn105
SMBModel entrenoeud2 = nentn104
SMBModel Feuille = feui146 #feui113
SMBModel Fruit = pommecyl

Class U = entrenoeud
Class B = entrenoeud
Class E = entrenoeud

Class Z = Feuille
Class A = Fruit

LeafClass = Z
FruitClass = A

LeafAlpha = 45
LeafBeta = 120
LeafLength = 100
LeafTopDiameter = 1000
LeafBottomDiameter = 1000


Phyllotaxy = 150

MinTopDiameter I = 50
MinBottomDiameter I = 50

MinTopDiameter U = 500
MinBottomDiameter U = 500

MinTopDiameter E = 500
MinBottomDiameter E = 500

MinTopDiameter B = 1
MinBottomDiameter B = 1

MinLength C = 5
MinLength E = 1
MinLength F = 0
MinLength B = 5
MinLength I = 5
MinLength U = 5


DiameterUnit = 10
LengthUnit = 1

Alpha = Relative

18 changes: 9 additions & 9 deletions test/data/leaf_axis.drf → tests/data/leaf_axis.drf
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
SMBPath = D:/Documents/pradal/devlp/vplants/aml/databases/SMBFiles
#SMBPath = ../../../databases/SMBFiles
SMBModel feuille = feui136 #feui113
# Geometry = ../../../databases/GEOMFiles/leaf.geom
# contains symbol a_leaf
Class F = feuille
SMBPath = D:/Documents/pradal/devlp/vplants/aml/databases/SMBFiles
#SMBPath = ../../../databases/SMBFiles

SMBModel feuille = feui136 #feui113

# Geometry = ../../../databases/GEOMFiles/leaf.geom
# contains symbol a_leaf

Class F = feuille
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
18 changes: 9 additions & 9 deletions test/data/noyer.drf → tests/data/noyer.drf
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
# Dressing file for WalnuTree trees
#SMBPath = D:/Documents/pradal/devlp/vplants/aml/databases/SMBFiles
#SMBPath = ../../databases/SMBFiles
#SMBModel entrenoeud = nentn105
DiameterUnit = 10
# Dressing file for WalnuTree trees

#SMBPath = D:/Documents/pradal/devlp/vplants/aml/databases/SMBFiles
#SMBPath = ../../databases/SMBFiles

#SMBModel entrenoeud = nentn105

DiameterUnit = 10

44 changes: 22 additions & 22 deletions test/data/oaktree.drf → tests/data/oaktree.drf
Original file line number Diff line number Diff line change
@@ -1,22 +1,22 @@
# Dressing file for oak trees
SMBPath = D:/Documents/pradal/devlp/vplants/aml/databases/SMBFiles
#SMBPath = ../../databases/SMBFiles
SMBModel node = nentn105
SMBModel leaf = fchene
Class Z = leaf
LeafClass = Z
MinTopDiameter E = 1
MinBottomDiameter E = 1
MinLength E = 10
DiameterUnit = 10
LengthUnit = 1
# Dressing file for oak trees

SMBPath = D:/Documents/pradal/devlp/vplants/aml/databases/SMBFiles
#SMBPath = ../../databases/SMBFiles

SMBModel node = nentn105
SMBModel leaf = fchene

Class Z = leaf

LeafClass = Z

MinTopDiameter E = 1
MinBottomDiameter E = 1

MinLength E = 10

DiameterUnit = 10
LengthUnit = 1



14 changes: 7 additions & 7 deletions test/data/origin.drf → tests/data/origin.drf
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
MinTopDiameter E = 10
MinBottomDiameter E = 10
MinLength E = 10
MinTopDiameter E = 10
MinBottomDiameter E = 10
MinLength E = 10




Loading

0 comments on commit 87f7de5

Please sign in to comment.