Abdulelah Bin Mahfodh
Abdulelah Bin Mahfodh
CI failing for linting issues
Hey @dionysio ... Thanks for the PR This runs a pre commit hook to check the code format using black formatter You can install it locally and run it to...
Thanks @dmyersturnbull ! there are few CI errors that need to be fixed and also adding tests for poetry and hashes.
Thanks @jcrist for your feedback. `test_bokeh_deprecation` keeps failing in CI checks. It passes on my local setup. Any idea why?
@jcrist it seems that it was an import order issue for Click options. `pytest` runs `test_dask_ssh` before `test_dask_worker` and will import and register Click Options for `distributed.cli.dask_ssh.main` before `distributed.cli.dask_worker.main`. I...
@jcrist please let me know if anything else is needed here. Thanks,
Thanks @jscotchman for raising this. Should we add support for both conventions: `PIXEL_IS_AREA` and `PIXEL_IS_POINT`? GDAL does support this too by setting the configuration option `ZMAP_PIXEL_IS_POINT` to TRUE or FALSE....
Thanks @jscotchman I will merge the PR for adding pixel_is_point support. For enhancing pixel_is_area, is this something you're interested in working on? (no obligation though)
Thanks a lot @kwinkunks , CI checks have raised few errors ... do you want to work on resolving them?