create_test_files.sh output warning
yli091230 opened this issue · 1 comments
yli091230 commented
When try to run ./trtools/testsupport/sample_vcfs/mergeSTR_vcfs/create_test_files.sh, it output the warning message like:
RuntimeWarning: 'trtools.mergeSTR.mergeSTR' found in sys.modules after import of package 'trtools.mergeSTR', but prior to execution of 'trtools.mergeSTR.mergeSTR'; this may result in unpredictable behaviour
It seems due to the reference path in the init.py when load module.
yli091230 commented
The error happens because I run the test.sh wrong way. Not an issue.