warwickmm

Results 123 comments of warwickmm

Yes. I'm also afraid that since it's difficult to test for totals that are greater than the component sum, we're only catching half of these types of issues.

Actually, upon closer inspection it also appears that several of the values in the above example incorrectly reflect the straight party Total Votes, as opposed to the straight party Republican...

From a quick glance, I don't think so. We would like to customize the order in which CVXPY chooses the solver, i.e., when the user is not explicitly specifying the...

This is still an issue in version v2.0.4.4-2.0.4.4_canary_2018-11-14.

Also, should one expect the behavior to be consistent across all values for which `pd.isna` returns `True` (e.g., `None`, `np.nan`, `pd.NA`, etc.)? Or does one need to be cognizant of...

Thanks. I'll just note that the below also currently runs without error. Not sure if that's a situation that needs to be considered as well. ``` >>> x = pd.Series([None],...

Sounds like we may ditch the auto updater when we transition to .NET 5, so perhaps these types of issues will no longer be a problem.