Closed akulshre-qa closed 1 year ago
@mkundu1 @prmukherj FYI test_general and test_boundaries are failing due to this issue.
@akulshre-qa , @mkundu1 I am not facing this issue with the latest build of fluent. "Build Time: Sep 22 2022 16:50:05 EDT Build Id: 164 Revision: 6771b4240c Branch: develop"
However, the test will fail with assertion error as the default_value() is returning None. That needs to be updated.
My Fluent build is Build Time: Sep 20 2022 05:33:35 EDT Build Id: 162 Revision: 9ca8570293 Branch: develop
In nightly CI both the tests are failing currently due to the mentioned issue. Will check with latest build once it is available. I however believe that the default value should not return None for solver type.
@akulshre-qa I don't think it needs a default. It's either inactive or assigned.
š Before submitting the issue
š Description of the bug
Below method doesn't work: solver_session.setup.general.solver.type.default_value() {AttributeError}'NoneType' object has no attribute 'get'
It works fine with Fluent build from 18 Sep and broken sometime after that.
š Steps to reproduce
Run test_general test to see the issue.
š» Which operating system are you using?
Windows
š Which Python version are you using?
3.8
š¦ Installed packages