abertsch72 / abertsch72/minimum-bayes-risk

restore the ability to run individual files

未關閉
#8 0 則留言 0 個 reaction 已指派 0 人 在 GitHub 檢視
design_decision minor
主要語言
Python
星號
2
分支
0
PR 合併指標
30 天內沒有已合併 PR

描述

As I link everything to the entrypoint, it's getting harder to run individual files-- I'm not sure if this is good (should have a single point of truth to call into) or bad (it's a little annoying if you just want to run or test one thing). We could fix this by re-writing an entrypoint method into each file

貢獻指南

這個儲存庫沒有索引到貢獻指南

研究方向

Look at the project's entrypoint and how it currently links modules. The goal is to modify the build or import system so individual files can be executed directly, perhaps by adding a `__main__` guard or a script wrapper. Check existing Python files for import patterns and see if there's a setup.py or similar configuration. 'Done' means you can run a single file from the command line without going through the main entrypoint.

由索引模型根據 Issue 內容生成。

評估

領域
cli, tooling
Issue 類型
功能
難度
3/5
預估耗時
1-2 天
活躍度
停滯
描述清晰度
基本清楚
新手友好度
45/100

把新 issue 寄到你的電子郵件信箱

精選適合新手參與的 GitHub issue 摘要。