##// END OF EJS Templates
Bump Core, ready to integrate new DataSources model class...
jeandet -
r1494:8ad169c5af90
parent child
Show More
@@ -81,7 +81,6 class MyProvider(PyDataProvider):
81 cache_product = f"tests/{p_type}"
81 cache_product = f"tests/{p_type}"
82 var = _cache.get_data(cache_product, DateTimeRange(datetime.fromtimestamp(start, tz=timezone.utc), datetime.fromtimestamp(stop, tz=timezone.utc)), partial(_get_data, p_type), fragment_hours=24)
82 var = _cache.get_data(cache_product, DateTimeRange(datetime.fromtimestamp(start, tz=timezone.utc), datetime.fromtimestamp(stop, tz=timezone.utc)), partial(_get_data, p_type), fragment_hours=24)
83 else:
83 else:
84 print("No Cache")
85 var = _get_data(p_type, start, stop)
84 var = _get_data(p_type, start, stop)
86 return ((var.time,var.data), ts_type)
85 return ((var.time,var.data), ts_type)
87 except Exception as e:
86 except Exception as e:
@@ -1,1 +1,1
1 Subproject commit 9868166a1d6d779910b93a996b2b69d399168914
1 Subproject commit b081849458c211dcc59f72b11542959db2301162
General Comments 0
You need to be logged in to leave comments. Login now