Dear STKO Team,
I just started to study STKO with the e-Learning courses.
An error pops out when I run analysis with the ex4 in W3:
By removing the analysis steps, I believe the problem is in the 'load',
but I'm not sure what is the reason and how should I edit it.
Sincerely,
Uki
Problem in the ex4 of e-Learning
Re: Problem in the ex4 of e-Learning
The error is saying that you have a special character in your output directory.
Please don't use special characters in the files directories.
Please don't use special characters in the files directories.
Re: Problem in the ex4 of e-Learning
Dear STKO Team,
Thank you for the quick reply.
After changed encoding from Shift-JIS to utf-8 it works to me.
The analysis can run now.
Interesting thing is that before I practice with ex4,
I was practing with some simple examples and they didn't show the error message.
However, I still got some issue:
WARNING: CTestNormDispIncr::test() - failed to converge
after: 10 iterations current Norm: 0.00122926 (max: 0.0001, Norm deltaR: 148973)
NewtonRaphson::solveCurrentStep() -the ConvergenceTest object failed in test()
... ...
I will try to fix by myself first.
Thank you again.
Thank you for the quick reply.
After changed encoding from Shift-JIS to utf-8 it works to me.
The analysis can run now.
Interesting thing is that before I practice with ex4,
I was practing with some simple examples and they didn't show the error message.
However, I still got some issue:
WARNING: CTestNormDispIncr::test() - failed to converge
after: 10 iterations current Norm: 0.00122926 (max: 0.0001, Norm deltaR: 148973)
NewtonRaphson::solveCurrentStep() -the ConvergenceTest object failed in test()
... ...
I will try to fix by myself first.
Thank you again.
Re: Problem in the ex4 of e-Learning
Change the constraint handler from Penalty to Transformation.
Re: Problem in the ex4 of e-Learning
Dear STKO team,
Thank you for your prompt response.
Everything works fine now!
I appreciate it.
Sincerely,
Uki
Thank you for your prompt response.
Everything works fine now!
I appreciate it.
Sincerely,
Uki
Re: Problem in the ex4 of e-Learning
You're welcome