You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
System infomation: [Windows10 64bit]
Python version: [3.6.8]
AutoElective version: [3.0.5]
Config
除了学号/密码外的其他配置
[course:wl]
name = 财务会计
class = 1
school = 光华管理学院
[course:hh]
name = 财务会计
class = 2
school = 光华管理学院
Issue Description
What
遇到的问题
见图片
财会有两门课,用英语和汉语授课,唯一区别是课号不同
想问一下
if 三门都在培养方案中,如果不想上英文课程,想抢两门中文课程的任意一门,如何操作?
else if 需要跨院系选课,三门上哪一门都可以,config里的配置可以保证刷课成功吗,即两门班号为1的课程有任意一门出现空位就可以补选
没有看源码,不是很了解补选的实现算法
Console Log
必要的终端输出信息
这个似乎不是很需要?
Reproduce
如有必要,提供复现的步骤
The text was updated successfully, but these errors were encountered:
forc0inplans: # c0 has detailifc0==c:
ifc0.is_available():
delay=delays[ix]
ifdelay!=NO_DELAYandc0.remaining_quota>delay:
cout.info("%s hasn't reached the delay threshold %d, skip"% (c0, delay))
else:
tasks.append((ix, c0))
cout.info("%s is AVAILABLE now !"%c0)
breakelse:
raiseUserInputException("%s is not in your course plan, please check your config."%c)
Check List
Version / Environment
System infomation: [Windows10 64bit]
Python version: [3.6.8]
AutoElective version: [3.0.5]
Config
除了学号/密码外的其他配置
[course:wl]
name = 财务会计
class = 1
school = 光华管理学院
[course:hh]
name = 财务会计
class = 2
school = 光华管理学院
Issue Description
What
遇到的问题
见图片
财会有两门课,用英语和汉语授课,唯一区别是课号不同
想问一下
if 三门都在培养方案中,如果不想上英文课程,想抢两门中文课程的任意一门,如何操作?
else if 需要跨院系选课,三门上哪一门都可以,config里的配置可以保证刷课成功吗,即两门班号为1的课程有任意一门出现空位就可以补选
没有看源码,不是很了解补选的实现算法
Console Log
必要的终端输出信息
这个似乎不是很需要?
Reproduce
如有必要,提供复现的步骤
The text was updated successfully, but these errors were encountered: