Han Yuyang

Results 8 issues of Han Yuyang

Y_history.min(axis=1) 似乎是加上罚函数之后的值

If it possible to add a feature make it works when using visual mode?

If salem has plan to add it in default or there is a simple way to do it?

[ if regression == 'logit':](https://github.com/pzivich/zEpid/blob/16a0f96f8b2c65df8715085801f21757d1478e1e/zepid/base.py#L1658) It's strange that the default argument will cause warning, ``` if regression == 'logit': f = sm.families.family.Binomial() warnings.warn('Using the Odds Ratio to calculate the ICR...

### Description inset_axes doesn't show lines. This may related to #133. ### Steps to reproduce ```python import cartopy.crs as ccrs import matplotlib as mpl import proplot as pplt from mpl_toolkits.axes_grid1.inset_locator...

### Description proplot can't plot string like datetime ### Steps to reproduce A "[Minimal, Complete and Verifiable Example](http://matthewrocklin.com/blog/work/2018/02/28/minimal-bug-reports)" will make it much easier for maintainers to help you. ```python import...

Recently I've learned the [cf-conventions](https://pyproj4.github.io/pyproj/stable/api/crs.html#pyproj.crs.CRS.from_cf) that defines a way to store crs in `.nc` file and [pyproj](https://pyproj4.github.io/pyproj/latest/build_crs_cf.html) gives a method to get crs from and to nc. So is it...

enhancement

### What is your issue? `Pyright` is a full-featured, standards-based static type checker for Python, recently I tried it with xarray and get an error. And `mypy` generates the same...

topic-typing