You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As discovered in #1392, there is a potential issue on Python 2.7 of calling TX.load and run an output module after call TX.allDataSets may fail on requiresDS (as return [None] ).
This issue is to
Create a unittest to reproduce the issue, and
To find a way to solve it
The text was updated successfully, but these errors were encountered:
It is an expected behavior. However to help future development, we can
Improve the error message to explicitly point out that call load the second time discard the first time result
Make sure Python 3.6 also fails
ninjapapa
changed the title
Investigate the potential python loading problem
Explicitly error out when module get loaded twice and the old one is used after
Oct 11, 2018
As discovered in #1392, there is a potential issue on Python 2.7 of calling
TX.load
and run an output module after callTX.allDataSets
may fail onrequiresDS
(as return[None]
).This issue is to
The text was updated successfully, but these errors were encountered: