Chris Knight

Results 15 issues of Chris Knight

Hi there, I have encountered an issue with Lua dependencies whilst following the installation and testing steps in the README on an Ubuntu 21.04 system. Below are the commands executed...

I have a set of import statements from a single package with one using an `as` statement. The correct sorting of the import statements is as below. ```python from my.package.channel...

### Description Hi, I'm sure this will turn out to be more of a question rather than a bug, anyway... I'm trying to run a very basic example script following...

### Expected behavior On a new PostgreSQL database, freshly created with the command `CREATE DATABASE optuna;`, I expect to be able to successfully upgrade the schema for the Optuna tables...

bug

Please resolve whatever issues are preventing you from using the most recent version of `requests` and unpin this dependency. Pinned dependencies in library packages introduce issues for users downstream, as...

As per the title, when attempting to use the `ExtraTreesRegressor` class an `sklearn.utils._param_validation.InvalidParameterError` exception is raised as below. ``` sklearn.utils._param_validation.InvalidParameterError: The 'criterion' parameter of ExtraTreesRegressor must be a str among...

All code must be fully documented with docstrings adhering to best practices. The following must be completed: - [ ] All modules have a docstring - [ ] All classes...

enhancement
P low

Building the vertex list from the sphere and boundary geometry to provide as input to TetGen requires searching for and removing duplicate vertices. The [current implementation](https://github.com/chrisk314/mesh-sphere-packing/blob/develop/mesh_sphere_packing/tetmesh.py#L195-L262) makes uses of Python...

enhancement
P med

Implement Laplacian smoothing of triangulated sphere segments in order to enforce triangle quality criteria. This is important to ensure that low quality (high aspect ratio) triangles are not present in...

enhancement
P med

All code must be fully covered by unit tests.

enhancement
P med