Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Testing on ftp files #10

Open
wants to merge 3 commits into
base: main
Choose a base branch
from
Open

Testing on ftp files #10

wants to merge 3 commits into from

Conversation

CherniyKot
Copy link
Collaborator

No description provided.

@CherniyKot CherniyKot changed the title script for testing on ftp files Testing on ftp files May 31, 2024
@CherniyKot CherniyKot requested review from eugenyk, haboh and Paulsams May 31, 2024 10:59
Copy link
Collaborator

@Paulsams Paulsams left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Пометил парочку вещей, которые зацепились, а в остальном нет смысла что-либо говорить по самому коду, полагаю. Но, в идеале, конечно, хотелось бы, чтобы было одинаковое форматирование с теми скриптами, которые у нас в плагине, но можно опустить глаза.

yield p

def add_to_nii_result(folder: str):
nii_file_list.write(os.path.join(os.path.abspath(folder), 'result.nii') + '\n')
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

'result.nii', 'list.txt' и 'converted' — мейби в константы вынести, раз повторяются? Ну и перенос строки наверняка в Питоне же есть менее платформозасивимый, раз ты в файл записываешь.

run_on_nii(args.file_list, getattr(mod, args.function_name))

elif args.mode == 'dicom':
pass # TODO
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Я так понял, что этот TODO надо когда-то доделать? Тогда, хотя бы, надо выводить, что пока что dicom не поддерживается в виде аля предупреждения, а то так будет не очень понятно.

Copy link
Collaborator

@eugenyk eugenyk left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

У меня несколько глобальный вопрос: удобно ли нам этим делом будет пользоваться? В плане того, что в чате я писал, что для CI есть каталог, откуда можно с файловой системы считывать все данные. А локально если нужно проверить - то кажется проще скопировать с FTP и прогнать тоже на локальном каталоге. То есть не очень понятно зачем может понадобиться работа с FTP
Остальное вроде как концептуально удобно - говорим где каталог, проходим по нему и выполняем действия с КТ

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants