Shuai Lu

Results 3 issues of Shuai Lu

用mathptmx,似乎会将数学公式中的希腊字母和求和符号加粗,使用fontspec替换mathptmx似乎可以解决这个问题?

This PR updates `get_named_handler_class` to correctly parse handler names with multi-level module paths, such as `package.subpackage.ClassName`. This makes the handler loading mechanism more robust and allows for greater flexibility in...

For example, with a handler named `galyst.input_handler.ArepoHDFSubfindInputHandler`, https://github.com/pynbody/tangos/blob/ddf42fd9081d65ca25f30e61699e69cc76c9d49e/tangos/input_handlers/__init__.py#L209-L221 the current implementation attempts to import the module `galyst` and find a class named `input_handler`. Here is the suggested change: ``` python...