hrntsm/Tunny

View on GitHub
Tunny.Core/Settings/Sampler.cs

Summary

Maintainability
A
1 hr
Test Coverage

Method ToPython has 38 lines of code (exceeds 25 allowed). Consider refactoring.
Open

        public dynamic ToPython(SamplerType type, string storagePath, bool hasConstraints, Dictionary<string, double> firstVariables)
        {
            TLog.MethodStart();
            dynamic optunaSampler;
            dynamic optuna = Py.Import("optuna");
Severity: Minor
Found in Tunny.Core/Settings/Sampler.cs - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status