nju-websoft / OpenEA

A Benchmarking Study of Embedding-based Entity Alignment for Knowledge Graphs, VLDB 2020
GNU General Public License v3.0
517 stars 80 forks source link

NameError: name 'exit' is not defined #18

Open john012343210 opened 3 years ago

john012343210 commented 3 years ago

https://github.com/nju-websoft/OpenEA/blob/003ae4af5df0d1f38646ef74b74a1f71e80c7c93/src/openea/modules/train/batch.py#L14

exit is not defined

sunzequn commented 3 years ago

Hi,

Thanks for your interest in our work. Could you please provide more information about this issue? I did not experience the problem in my tests.

john012343210 commented 3 years ago

@sunzequn exit is not defined in that python file, so this error will be raised.

gladdduck commented 1 year ago

the file is "openea.modules.train.batch", it includes "exit(0)" "from sys import exit" might be a solution