altaris/noisy-moo

View on GitHub

Showing 52 of 52 total issues

TODO found
Open

            # TODO: Is there a standardized distance-weight method?
Severity: Minor
Found in old/experiments.py by fixme

Use of assert detected. The enclosed code will be removed when compiling to optimised byte code.
Open

                        assert len(w) == 2
Severity: Info
Found in nmoo/noises/uniform.py by bandit

Use of assert detected. The enclosed code will be removed when compiling to optimised byte code.
Open

                        assert isinstance(a, (float, int))
Severity: Info
Found in nmoo/noises/uniform.py by bandit

TODO found
Open

            # TODO: What if the type is not consistent across evaluations?
Severity: Minor
Found in nmoo/denoisers/resample_average.py by fixme

Use of assert detected. The enclosed code will be removed when compiling to optimised byte code.
Open

                    assert v >= 0
Severity: Info
Found in nmoo/noises/uniform.py by bandit

TODO found
Open

# TODO: replace the benchmark argument by a benchmark_or_results_file_path, and

TODO found
Open

            # TODO: Optimize: Variance doesn't need to be recalculated every
Severity: Minor
Found in old/experiments.py by fixme

TODO found
Open

        # TODO: Parallelize
Severity: Minor
Found in old/experiments.py by fixme

Use of assert detected. The enclosed code will be removed when compiling to optimised byte code.
Open

                        assert w[0] <= w[1]
Severity: Info
Found in nmoo/noises/uniform.py by bandit

Use of assert detected. The enclosed code will be removed when compiling to optimised byte code.
Open

                        assert a >= 0
Severity: Info
Found in nmoo/noises/uniform.py by bandit

TODO found
Open

        # TODO: Deduplicate code
Severity: Minor
Found in nmoo/algorithms/ar_nsga2.py by fixme

TODO found
Open

                # TODO: Deal with different non numeric outputs
Severity: Minor
Found in nmoo/denoisers/resample_average.py by fixme
Severity
Category
Status
Source
Language