老师您好,我在构建模型之后运行程序出现以下问题输出:
`Exception in Tkinter callback
multiprocessing.pool.RemoteTraceback:
"""
Traceback (most recent call last):
File "multiprocessing\pool.py", line 125, in worker
File "mcsolver\win.py", line 34, in startMCForOn
File "mcsolver\mcMain.py", line 26, in init
File "mcsolver\mcMain.py", line 26, in
TypeError: unsupported operand type(s) for /: 'tuple' and 'float'
"""
The above exception was the direct cause of the following exception:
Traceback (most recent call last):
File "tkinter_init_.py", line 1892, in call
File "mcsolver\win.py", line 132, in startSimulation
File "multiprocessing\pool.py", line 868, in next
TypeError: unsupported operand type(s) for /: 'tuple' and 'float'`
测试了几次之后似乎是bond设置有问题, 但是具体情况不很清楚。
另外报错后程序继续运行, 但是好像卡在某一步就停止了。
参数文件和完整的报错信息上传在两个文件中, 感谢老师的解答。
out.txt
para.txt
老师您好,我在构建模型之后运行程序出现以下问题输出:
`Exception in Tkinter callback
multiprocessing.pool.RemoteTraceback:
"""
Traceback (most recent call last):
File "multiprocessing\pool.py", line 125, in worker
File "mcsolver\win.py", line 34, in startMCForOn
File "mcsolver\mcMain.py", line 26, in init
File "mcsolver\mcMain.py", line 26, in
TypeError: unsupported operand type(s) for /: 'tuple' and 'float'
"""
The above exception was the direct cause of the following exception:
Traceback (most recent call last):
File "tkinter_init_.py", line 1892, in call
File "mcsolver\win.py", line 132, in startSimulation
File "multiprocessing\pool.py", line 868, in next
TypeError: unsupported operand type(s) for /: 'tuple' and 'float'`
测试了几次之后似乎是bond设置有问题, 但是具体情况不很清楚。
另外报错后程序继续运行, 但是好像卡在某一步就停止了。
参数文件和完整的报错信息上传在两个文件中, 感谢老师的解答。
out.txt
para.txt