Closed AlbertLee125 closed 6 months ago
@ZedongPeng I don;t know if the linter is working well, but then should we block this until it passes the test?
@ZedongPeng It seems that I have to do the documentation in double quotes(" ") instead of single quote (' ').
I have added the -S -C
arguments, so the black format check will ignore the quotes. Let me check it.
@ZedongPeng It seems that I have to do the documentation in double quotes(" ") instead of single quote (' ').
@ZedongPeng I don;t know if the linter is working well, but then should we block this until it passes the test?
Let's use the PR to test and make the linter work as expected. I will commit to this branch.
The quotes issue is resolved, but it seems that many files (not in the distillation column) do not satisfy the black format. I think we can merge this PR first and I will create a new PR to format the whole repository. @bernalde (I didn't set any rule related to Lint check, so this PR is ready to be merged.)
This pull request adds documentation for the distillation column model. It includes documentation for the
build_model
function incolumn.py
, theinitialize
function ininitialize.py
, and thecalculate_Fenske
function. Additionally, it fixes a grammar error incolumn.py
and fills in missing documentation. The documentation provides details on the purpose and parameters of each function, making it easier for developers to understand and use the code.