Question about TDS.init() #289
Answered
by
cuihantao
jinningwang
asked this question in
Internal Design
Replies: 2 comments 1 reply
-
As I further checked, the function is not used for variable evaluation, I think it is safe and useful to revise the return value? |
Beta Was this translation helpful? Give feedback.
0 replies
-
To suppress the output in IPython or Jupyter, you can assign the return to a random variable, like
xy = ss.TDS.init()
Regards,
Hantao Cui
…On Mar 10, 2022, 3:23 PM -0600, Jinning Wang ***@***.***>, wrote:
Hi Hantao,
I noticed that when use TDS.init(), it will return an array as the function finally return system.dae.xy. As a result, when using init function to test the initialization, the output will be large.
I'm wondering if that is not necessary we can return a bool value?
Regards,
Jinning
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you are subscribed to this thread.Message ID: ***@***.***>
|
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
jinningwang
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi Hantao,
I noticed that when using TDS.init(), it will return an array as the function finally return
system.dae.xy
. As a result, when usinginit
function to test the initialization, the output will be large.I'm wondering if that is not necessary we can return a bool value?
Regards,
Jinning
Beta Was this translation helpful? Give feedback.
All reactions