bretttully
bretttully
@lycantropos I hope you don't mind, but I have just opened a PR to get your package onto `conda-forge`: https://github.com/conda-forge/staged-recipes/pull/13283
# `geopandas 0.9` & `pygeos 0.10` Output shows some errors using `overlay(how="union")`: `Cannot convert non-finite values (NA or inf) to integer` ``` ******************************************************************************** count mean std min 25% 50% 75%...
Apparently somewhere between `pandas 1.1.5` and `pandas 1.3.3` introduces that `union` error. Here is my current prod environment that has not had any issues for many months ``` ******************************************************************************** count...
Closing for now, but can reopen if this is something that is useful in the future.
> @bretttully sorry for the slow response. I think we want to include this, we are just extremely behind our review process and prioritise bugs at the moment more than...
Extended this a bit while testing out shapely v2: https://github.com/bretttully/shapely-v2
Found a hack to get around this until it is fixed properly ```python kfp.compiler.Compiler().compile(pipeline_func, pipeline_path) pipeline = client.upload_pipeline(pipeline_path, pipeline_name=pipeline_name) pipeline_id = pipeline.id # delete the initial un-versioned "version" client.pipelines.delete_pipeline_version(pipeline_id) #...
`conda-forge` is another distribution channel for your package. Similar to how people can currently install using `pip install stramlit-aggrid` you would enable them to do `conda install -c conda-forge streamlit-aggrid`....
Thanks @jdherman -- in case anyone else comes here too, this is what StackOverflow has to say: https://stackoverflow.com/questions/36606101/using-python-salib-saltelli-sample-method-with-boolean-or-discrete-input-paramet
While you are here, I was wondering how you would approach selecting a model in the following scenario: - 9 parameters: 5 are boolean, 1 is choice of three, and...