BLKSerene/Wordless

View on GitHub
tests/tests_figs/test_figs_stats.py

Summary

Maintainability
A
45 mins
Test Coverage

Avoid deeply nested control flow statements.
Open

                    for collocate in range(10):
                        collocate = wl_texts.Wl_Token(str(collocate))
                        stat_files_items[(node, collocate)] = [
                            random.uniform(0, val_max),
                            random.uniform(0, val_max),
Severity: Major
Found in tests/tests_figs/test_figs_stats.py - About 45 mins to fix

    There are no issues that match your filters.

    Category
    Status