DescID() python doc issue
-
Hi,
I tried to run the script using the code provided in the python document, but an error was reported.
-
Hi @chuanzhen,
Thanks for pointing this out. DescID in python doesn't have copy constructor implementetion, which is explicitly stated by the line:
One should use int or DescLevel instead.
However, the code snippet in the docs is wrong and misleading. The code snippet in the documentation will be updated in our regular internal task planning manner.
Cheers,
Ilia -
@i_mazlov Thanks