esda icon indicating copy to clipboard operation
esda copied to clipboard

Cannot assign slice from input of different size - error in SpaceGAN code

Open Pranav110500 opened this issue 2 years ago • 1 comments

So I am trying to implement a SpaceGAN model, (obtained from https://github.com/konstantinklemmer/spacegan), on a small dataset of 11 points (given below in csv format along with the colab file). Can someone explain to me why the aforementioned error is popping up and how to rectify it to help this model work?

Colab file:- https://colab.research.google.com/drive/1hsK1MNx4kgbO7lB3ktITnYRNG9YOZQrk?usp=sharing

CSV File:- SoilValuesLatLong.csv

Pranav110500 avatar Jul 29 '22 10:07 Pranav110500

sounds like a duplicate of #171, which happens when some of your observations have no neighbors. Try tweaking your weights matrix or install the current dev version from github. A fix is provided in #190 and will be released shortly

knaaptime avatar Jul 29 '22 15:07 knaaptime

Fixed in #190.

jGaboardi avatar Nov 23 '22 18:11 jGaboardi