Agustín Benassi
Agustín Benassi
There should be a redesign here to use the same piece of code to check healthy progression. Methods on this regard could be relocated into a separated module.
The structure of the message will be more clear and is the preferred way to do messages templates.
Right now, encoding problems are being handled removing accents and other weird characters. This is less than satisfactory, obviously, as the user should be able to preserve the original string...
All the errors will raise exceptions, so the user should be able to choose to ignore them to avoid breaking any client script that uses xlseries.
That class slowly became very complex and it's the depository and enforcement of many rules about parameters. It has to be reworked to make it more readable and easier to...
If more than one header coordinate is passed, chances are that either column or row is repeated over and over. If column is repeated we have 'horizontal' series, if row...
time_alignment fails in test case 2 if not provided because one series is "0" and the other one is "-1". It is not reasonable to try every single parameter in...