]> AND Private Git Repository - predictops.git/blobdiff - main.py
Logo AND Algorithmique Numérique Distribuée

Private GIT Repository
meteofrance module now operational, with the production of a dictionary
[predictops.git] / main.py
diff --git a/main.py b/main.py
index 6810673765688db13b0a2b8ec6e3cef5ff53bb1f..3e31d16336be3e942be06424fc38c9ef114e3e4d 100644 (file)
--- a/main.py
+++ b/main.py
@@ -54,4 +54,6 @@ class Engine:
 
 
 engine = Engine(clean = False)
-engine.add_meteofrance()
\ No newline at end of file
+engine.add_meteofrance()
+engine.meteofrance.update()
+print(len(engine.meteofrance.dated_features))
\ No newline at end of file