Baiyi Yu

Results 42 comments of Baiyi Yu

neat solution: Just add the following code before your main code ``` using Unitful import Base.round function round(x::Quantity;kwargs...) round(typeof(x),x;kwargs...) end ``` It should be added inside `Unitful.jl` I think

![image](https://user-images.githubusercontent.com/32999017/95335909-8ca22600-08e2-11eb-9a20-ec2d072fac87.png) Hi @liuyanulm , the page is like this. Images can not be loaded.

Another same run will have no warning. I'll close the issue

It seems occuring randomly I may re open the issue

After I change to IMPI2018 and add `julia --project -e 'using Pkg; Pkg.instantiate()'`and`julia --project -e 'using Pkg; Pkg.precompile()'`the warning messages don't showing now. But it still keep showing when I...

Dear @hofmannmartin Sorry for the ambiguous description. What I mean is whether it is possible to give accurate symbolic return of spherical harmonics. In that way, one can get accurate...

I encountered this problem too. And furthermore the sync from local to remote will not delete file which I locally deleted.

The folder syncing issue will not occure on linux system I think. In my case: on windows 11 it will upload without a folder, but on WSL ubuntu it works...

After I updated to 1.2.0, I got this when I try to run `ols login`: ``` Plugin uses incompatible Qt library (5.12.0) [release] qt.core.plugin.loader: In C:/Users/dell/anaconda3/Library/plugins/platforms/qminimal.dll: Plugin uses incompatible Qt...

I opened a new issue #59 describe `ols login` error on windows for v1.2.0