digitalfrost

Results 35 issues of digitalfrost

See #12863 This solution completly removes the problematic conditional block The flow of the program is now easier to understand as there is context for the no_full_solution_message.

This simplifies understanding the class `__init__` function

Remove unnecessary whitespaces before and after brackets. Don’t use spaces around the = sign when used to indicate a keyword argument. (PEP8)

- Shortened excessively long lines: some lines in the file were excessively long, even in the context of the Cura project which seems to prefer a long line length. These...

Use one line conditional assignement instead of if else block. The intent is now clearer and the code is easier to read.

First commit improved the iteration using enumerate. Second commit uses np.where() instead to improve clarity of intent.

No need for range(len.. and later use of index...

- Corrected grammatical error ("starting the print"; not "starting with the print") - Removed "by this minimal length" - the shortened sentence is now easier to understand

"is being done" is the present continuous. When you use it you are talking about activities that are happening now and may continue in the future.

Improve wording and clarify. Move order of explanation so that it corresponds to the order: - What is the setting (short explanation) - What is the setting (detailed explanation) -...