Marco Tazzari
Marco Tazzari
I'm having this issue with Django 2.1.7 and polymorphic 2.0.3. Solution https://github.com/django-polymorphic/django-polymorphic/issues/229#issuecomment-398434412 works!
The sampling strategies have been investigated in this Jupyter notebook (v0.6): - notebook (unzip to get the .ipynb file): [Sampling_algorithms_exploration_tools_v0_6.zip](https://github.com/OasisLMF/OasisLMF/files/8050108/Sampling_algorithms_exploration_tools_v0_6.zip) - pdf printout of the notebook: [Sampling_algorithms_exploration_tools_v0_6.pdf](https://github.com/OasisLMF/OasisLMF/files/8050092/Sampling_algorithms_exploration_tools_v0_6.pdf)
@sstruzik I have implemented the latest changes regarding the flow and error
I've closed the related PR with the GH action ready to use. The PR can be resumed when we've done a PEP8 pass to the whole codebase.
@sambles in your review, can you please check the GH actions workflows? You're more familiar with them. Thanks!
Thank you! If it helps: by adding specifically the provider it works: ```py # this works cx.add_basemap( ax, crs="EPSG:32629", source=cx.providers.OpenStreetMap.Mapnik ) ``` I am generating different maps with different bounding...
I'm working in a Python 3.11 environment on Win 10 with these packages: ```sh # Name Version Build Channel affine 2.4.0 pypi_0 pypi asttokens 2.4.1 pyhd8ed1ab_0 conda-forge attrs 23.2.0 pypi_0...
I've just noticed that the error doesn't show up anymore in the docs but it is still raised locally in my code.
How is it possible that this hasn't been done in 6 years! Much needed feature to be competitive with, e.g., PyCharm. Please have a go at implementing it :pray: Thanks!