Sebastian Bischoff

Results 31 issues of Sebastian Bischoff

### Setup - `carto-vl` v1.4.6 - 6 months old image `sverhoeven/cartodb` on dockerhub to have a response from http://localhost/user/dev/api/v1/map (see https://github.com/sverhoeven/docker-cartodb/issues/87) ### Problem - `TypeError: n is undefined (carto-vl.min.js:6:500820)` when...

Calls to http://localhost/user/dev/api/v1/map result in `Error 503 Service Unavailable` `XID: 1006320640` from varnish. Calls to http://localhost/user/dev/api/v2/sql and http://localhost/user/dev/api/v1/imports/ (JSON is returned) as well as http://localhost/user/dev/api/v1/maps (routes pages or results) work.

Imports with the dockerhub `py3pg12postgis3` as well as locally built `py3pg12postgis3` fail with a file which works with the `master` branch as well as the verions running on carto.com. Not...

Building the `master` as well as the `py3pg12postgis3` branch with `docker build -t=sverhoeven/cartodb docker-cartodb/` errors with: ``` Done installing documentation for rack after 7 seconds 15 gems installed /usr/lib/ruby/2.5.0/rubygems.rb:289:in `find_spec_for_exe':...

Different python versions have different (typing) conventions which will raise pyright issues depending on the Python version people have installed. Our suggestion would be to test against old Python versions...

Good practice for method overrides in Python would be that an inheriting method has exactly the same parameters as the method in the superclass it inherits from and all additional...

architecture
hackathon
karma

`RestrictedTransformForConditional` is currently typed as `torch.Transform` having a transform as variable: https://github.com/sbi-dev/sbi/blob/bae69949df20f5616e2b4e9245579d079e09a9e8/sbi/utils/conditional_density_utils.py#L386-L409 The conditioning with `theta` makes the interface incompatible to `torch.Transform` as e.g. the normal `inv()` is called without...

architecture
hackathon

We currently type `potential_fn` only as `Callable` https://github.com/sbi-dev/sbi/blob/bae69949df20f5616e2b4e9245579d079e09a9e8/sbi/utils/conditional_density_utils.py#L273-L276 despite implicitly requiring it to be a `BasePotential` to be able to call something like `set_x`: https://github.com/sbi-dev/sbi/blob/bae69949df20f5616e2b4e9245579d079e09a9e8/sbi/utils/conditional_density_utils.py#L330 Changing the type to `BasePotential`...

architecture

## Description Following the "Running the Demo App" description, I get the following error in the "01-Create-plan" notebook in execution cell 7: ```python --------------------------------------------------------------------------- AttributeError Traceback (most recent call last)...

Type: Bug :bug:

### Problem `dataset_manager.create(LOCAL_FILE_OR_URL)` only returns one dataset if multiple datasets are created (e.g. with shapefile import) ### Expected behavior All created datasets are returned