AI4S2S / s2spy

A high-level python package integrating expert knowledge and artificial intelligence to boost (sub) seasonal forecasting
https://ai4s2s.readthedocs.io/
Apache License 2.0
20 stars 7 forks source link

reinitialization issue fixed and warning when traintest split is updated #88

Closed semvijverberg closed 2 years ago

semvijverberg commented 2 years ago

Proposed solution for issue AI4S2S/lilio#45.

Solves the issue when dimension 'split' already exists in data.

Checks if existing traintest split is unequal to newly generated traintest split and communicates (print statement) when traintest split is updated.

sonarcloud[bot] commented 2 years ago

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

36.4% 36.4% Coverage
0.0% 0.0% Duplication

semvijverberg commented 2 years ago

This issue has become obsolete with the new implementation of AI4S2S/s2spy#74. Closing this PR.