Skip to content

Feature/add study wrapper #164

Feature/add study wrapper

Feature/add study wrapper #164

Triggered via pull request December 23, 2024 10:42
Status Success
Total duration 1m 44s
Artifacts

test-and-coverage.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

6 warnings
test: Optuna/Storage/IOptunaStorage.cs#L31
In virtual/interface member IOptunaStorage.SetTrialIntermediateValue(int, int, double), rename parameter step so that it no longer conflicts with the reserved language keyword 'Step'. Using a reserved keyword as the name of a parameter on a virtual/interface member makes it harder for consumers in other languages to override/implement the member. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1716)
test: Tunny/Solver/Algorithm.cs#L181
The behavior of 'PyObject.ToString()' could vary based on the current user's locale settings. Replace this call in 'Algorithm.SetResultValues(int, StudyWrapper, Parameter[])' with a call to 'PyObject.ToString(IFormatProvider)'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1305)
test: Tunny/Solver/Algorithm.cs#L181
The behavior of 'PyObject.ToString()' could vary based on the current user's locale settings. Replace this call in 'Algorithm.SetResultValues(int, StudyWrapper, Parameter[])' with a call to 'PyObject.ToString(IFormatProvider)'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1305)
test: Optuna/Storage/IOptunaStorage.cs#L31
In virtual/interface member IOptunaStorage.SetTrialIntermediateValue(int, int, double), rename parameter step so that it no longer conflicts with the reserved language keyword 'Step'. Using a reserved keyword as the name of a parameter on a virtual/interface member makes it harder for consumers in other languages to override/implement the member. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1716)
test: Tunny/Solver/Algorithm.cs#L181
The behavior of 'PyObject.ToString()' could vary based on the current user's locale settings. Replace this call in 'Algorithm.SetResultValues(int, StudyWrapper, Parameter[])' with a call to 'PyObject.ToString(IFormatProvider)'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1305)
test: Tunny/Solver/Algorithm.cs#L181
The behavior of 'PyObject.ToString()' could vary based on the current user's locale settings. Replace this call in 'Algorithm.SetResultValues(int, StudyWrapper, Parameter[])' with a call to 'PyObject.ToString(IFormatProvider)'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1305)