Results 4 comments of Jie Zhao (赵杰)

貌似不能直接用,中文版本的字体问题很严重,也不知道咋整。可能因为我是新手?

希望老哥出一个比较详细的配置教程。中文字体直接放在根目录下?

> You can use this. [fmm-python3.patch.zip](https://github.com/cyang-kth/fmm/files/9025019/fmm-python3.patch.zip) > > ``` > Python 3.6.9 (default, Mar 15 2022, 13:55:28) > [GCC 8.4.0] on linux > Type "help", "copyright", "credits" or "license" for...

you can solve this problem by: `self.srcdata = list(map(np.array, self.srcdata))` --> `self.srcdata = [np.array(e, dtype=object) for e in self.srcdata]`