merge origin main

This commit is contained in:
lipeiji 2025-06-17 10:50:31 +08:00
commit 207a3d3fb5
15 changed files with 121 additions and 60 deletions

View file

@ -154,7 +154,7 @@ class Medcalculatorbootcamp(Basebootcamp): # 医学计算器类
return cases
if __name__ == '__main__':
bootcamp = MedCalculatorbootcamp(seed=42)
bootcamp = Medcalculatorbootcamp(seed=42)
identity = bootcamp.case_generator()
print(f'{identity = }')