伙计们,
当我做test_all.py的时候,我安装了一个叫Anuga的模型。失败的原因如下。
失败: test_parabolic_solve_rectangular_cross_velocities_zero_h (test_kinematic_viscosity_operator.Test_kinematic_viscosity)
回溯(最近一次调用):文件"/home/lili/anuga_core/source/anuga/operators/test_kinematic_viscosity_operator.py",行772,在test_parabolic_solve_rectangular_cross_velocities_zero_h assert num.allclose(u.centroid_values,num.where(h.centroid_values > 0.0,1.0,0.0),rtol=1.0e-1) AssertionError
这是一种断言恐惧,我不知道如何解决它。
我有必要通过所有的测试和验证,然后才能正确地使用模型吗?但我仍然可以运行一些东西,即使我没有通过所有的测试和验证,我不知道为什么。这很有趣。
非常感谢你的帮助。
期待您的帮助。
李詈
发布于 2013-07-08 20:04:17
要获得与anuga流体动力学模型相关的答案问题,您应该在其用户论坛上发送邮件。他们将处于一个很好的位置来解决你的问题。用户论坛的邮箱id如下。anuga-user-request@lists.sourceforge.net
https://stackoverflow.com/questions/15634837
复制相似问题