Steffen Rehberg
Steffen Rehberg
The [Initial Files](https://packaging.python.org/en/latest/guides/distributing-packages-using-setuptools/#initial-files) section referes to [setup.py](https://github.com/pypa/sampleproject/blob/db5806e0a3204034c51b1c00dde7d5eb3fa2532e/setup.py) and [setup.cfg](https://github.com/pypa/sampleproject/blob/db5806e0a3204034c51b1c00dde7d5eb3fa2532e/setup.cfg) in the [PyPA sample project](https://github.com/pypa/sampleproject) that were removed in commit https://github.com/pypa/sampleproject/commit/aeeb50a948addcb712ad4261df472263514991e1.
### Documentation Link https://matplotlib.org/devdocs/api/_as_gen/matplotlib.axis.Axis.set_ticks.html?highlight=set_ticks#matplotlib.axis.Axis.set_ticks ### Problem If I want to set the tick label fontsize, I can do the following: ``` import matplotlib.pyplot as plt fig, ax = plt.subplots() ax.set_xticks((0,1,2,3),...
I think the expression for `j1` lacks a scaling factor of `0.5` to be in the range of `(0, 1)` as claimed in the comment: https://github.com/siavashadpey/rebalance/blob/4964543ad307141c0d06b328eaa6e1968f262a85/rebalance/portfolio/rebalancing_helper.py#L151 This will very slightly...
## PR summary Fix get_tick_params - show values for x axis too - fix nonfunctional test - move axis tests from test_axes.py to test_axis.py - make note in `get_tick_params` docstring...
[Recursive feature elimination with cross-validation](https://scikit-learn.org/stable/auto_examples/feature_selection/plot_rfe_with_cross_validation.html#plot-number-of-features-vs-cross-validation-scores): The row number for `n_features_` in the `cv_results_` array is `n_features_ - 1`, not `n_features_`.
Describe the bug ---------------- Error when building windows distribution: ``` $ /mingw64/bin/python3.exe setup_win32.py bdist_zip running bdist_zip error: cannot find file/directory named C:/programs/msys64/mingw64/lib/gdk-pixbuf-2.0/2.10.0/loaders/libpixbufloader-svg.dll ``` There is only a (huge) `pixbufloader_svg.dll`, no...
### Description For `select try_convert(char, myColumn) from myTable` I get a warning "Invalid column reference" for the type name, `char` is underlined by a wiggly line (the query itself works...