mirror of
https://github.com/InternLM/InternBootcamp.git
synced 2026-04-30 17:40:42 +00:00
merge origin main
This commit is contained in:
commit
207a3d3fb5
15 changed files with 121 additions and 60 deletions
|
|
@ -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 = }')
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue