Skip to content

Commit 30ee29d

Browse files
committed
refactor
1 parent 1053f69 commit 30ee29d

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

src/openalea/astk/Weather.py

-4
Original file line numberDiff line numberDiff line change
@@ -260,12 +260,8 @@ def date_range_node(start, end, periods, freq, tz, normalize,
260260
def sample_weather(periods=24):
261261
""" provides a sample weather instance for testing other modules
262262
"""
263-
#from openalea.deploy.shared_data import shared_data
264-
#import alinea.septo3d
265-
#from path import Path
266263

267264
meteo_path = str(Path(datadir.__path__[0])/'meteo00-01.txt')
268-
#meteo_path = shared_data(alinea.septo3d, 'meteo00-01.txt')
269265
t_deb = "2000-10-01 01:00:00"
270266
seq = pandas.date_range(start="2000-10-02", periods=periods, freq='h')
271267
weather = Weather(data_file=meteo_path)

0 commit comments

Comments
 (0)