mirror of
https://github.com/InternLM/InternBootcamp.git
synced 2026-04-19 12:58:04 +00:00
fix med calculator
This commit is contained in:
parent
fdf5d19170
commit
dcf6c5e8ee
2 changed files with 0 additions and 4763 deletions
File diff suppressed because it is too large
Load diff
|
|
@ -1,11 +1,7 @@
|
|||
import json
|
||||
import math
|
||||
import random
|
||||
<<<<<<< HEAD
|
||||
from bootcamp import Basebootcamp
|
||||
=======
|
||||
from internbootcamp.bootcamp.base import Basebootcamp
|
||||
>>>>>>> remotes/origin/main
|
||||
|
||||
def remove_boxed(s):
|
||||
if "\\boxed " in s:
|
||||
|
|
@ -158,11 +154,7 @@ class Medcalculatorbootcamp(Basebootcamp): # 医学计算器类
|
|||
return cases
|
||||
|
||||
if __name__ == '__main__':
|
||||
<<<<<<< HEAD
|
||||
bootcamp = MedCalculatorbootcamp(seed=42)
|
||||
=======
|
||||
bootcamp = MedCalculatorSandbox(seed=42)
|
||||
>>>>>>> remotes/origin/main
|
||||
identity = bootcamp.case_generator()
|
||||
print(f'{identity = }')
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue