Skip to content

Commit c56defb

Browse files
authored
Merge pull request #122 from openalea/namespace
Add openalea namespace
2 parents 609f5df + c057d81 commit c56defb

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

52 files changed

+68
-68
lines changed

conda/meta.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,6 @@ about:
5555

5656
extra:
5757
recipe-maintainers:
58-
- artzet-s
58+
- RamiALBASHA
5959
- pradal
60-
- fournier
60+
- christian34

doc/usage.rst

Lines changed: 2 additions & 2 deletions

example/figs/paper_figs.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -972,9 +972,9 @@ def estimate_energy_balance_contribution():
972972
from datetime import datetime, timedelta
973973
from matplotlib import dates, pyplot, patches, colors, colorbar, rcParams, ticker, gridspec
974974

975-
from hydroshoot.architecture import mtg_load
976-
from hydroshoot.utilities import vapor_pressure_deficit as VPDa
977-
from hydroshoot import display
975+
from openalea.hydroshoot.architecture import mtg_load
976+
from openalea.hydroshoot.utilities import vapor_pressure_deficit as VPDa
977+
from openalea.hydroshoot import display
978978

979979
rcParams.update({'font.size': 11})
980980
pyplot.style.use('seaborn-ticks')

example/gdc_can1_grapevine/sim.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
from openalea.mtg import traversal
44
from openalea.plantgl.all import Scene
55

6-
from hydroshoot import architecture, display, model
6+
from openalea.hydroshoot import architecture, display, model
77

88
if __name__ == '__main__':
99
path_project = Path(__file__).parent

example/gdc_can2_grapevine/sim.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
from openalea.mtg import traversal
44
from openalea.plantgl.all import Scene
55

6-
from hydroshoot import architecture, display, model
6+
from openalea.hydroshoot import architecture, display, model
77

88
if __name__ == '__main__':
99
path_project = Path(__file__).parent

example/gdc_can3_grapevine/sim.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
from openalea.mtg import traversal
44
from openalea.plantgl.all import Scene
55

6-
from hydroshoot import architecture, display, model
6+
from openalea.hydroshoot import architecture, display, model
77

88
if __name__ == '__main__':
99
path_project = Path(__file__).parent

example/misc/sim.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
from openalea.mtg import traversal
55
from openalea.plantgl.all import Scene
66

7-
from hydroshoot import architecture, display, model
7+
from openalea.hydroshoot import architecture, display, model
88

99
# =============================================================================
1010
# Construct the plant mock-up

example/modularity/ws/sim_1/sim.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
from openalea.mtg import traversal
44
from openalea.plantgl.all import Scene
55

6-
from hydroshoot import architecture, display, model
6+
from openalea.hydroshoot import architecture, display, model
77

88
if __name__ == '__main__':
99
path_project = Path(__file__).parent

example/modularity/ws/sim_2/sim.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
from openalea.mtg import traversal
44
from openalea.plantgl.all import Scene
55

6-
from hydroshoot import architecture, display, model
6+
from openalea.hydroshoot import architecture, display, model
77

88
if __name__ == '__main__':
99
path_project = Path(__file__).parent

example/modularity/ws/sim_3/sim.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
from openalea.mtg import traversal
44
from openalea.plantgl.all import Scene
55

6-
from hydroshoot import architecture, display, model
6+
from openalea.hydroshoot import architecture, display, model
77

88
if __name__ == '__main__':
99
path_project = Path(__file__).parent

0 commit comments

Comments
 (0)