We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dd8011d commit 6f8b112Copy full SHA for 6f8b112
windpowerlib/data.py
@@ -246,12 +246,6 @@ def store_turbine_data_from_oedb(
246
return turbine_data
247
248
249
-def remove_tmp_file(filename, time_stamp):
250
- os.remove(filename.format("turbine_data_{0}".format(time_stamp)))
251
- for curve_type in ["power_curve", "power_coefficient_curve"]:
252
- os.remove(filename.format("{0}s_{1}".format(curve_type, time_stamp)))
253
-
254
255
def check_turbine_data(filename):
256
try:
257
data = check_data_integrity(filename)
0 commit comments