Closed yannikschaelte closed 1 year ago
Currently, pyABC introduces various entry points such as abc-server, abc-export, which claim the namespace "abc-", which is counter-intuitive and can potentially lead to errors. Instead, I suggest to "pyabc-", e.g. pyabc-server, pyabc-export.
abc-server
abc-export
pyabc-server
pyabc-export
Currently, pyABC introduces various entry points such as
abc-server
,abc-export
, which claim the namespace "abc-", which is counter-intuitive and can potentially lead to errors. Instead, I suggest to "pyabc-", e.g.pyabc-server
,pyabc-export
.