Logics of accidental eccentricity were separated and tested

This commit is contained in:
Evgeny Redikultsev
2024-03-10 19:20:01 +05:00
parent 0a453c5a95
commit b81b7a0929
30 changed files with 885 additions and 331 deletions

View File

@@ -15,7 +15,7 @@ namespace StructureHelperTests.ViewModelTests
var labels = new List<string>();
for (int i = 0; i < columnCount; i++)
{
labels[i] = $"Column{i}";
labels.Add($"Column{i}");
}
var array = new ArrayParameter<double>(rowCount, columnCount, labels);
for (int i = 0; i < columnCount; i++)