Skip to content

Commit 4773c76

Browse files
Merge pull request #419 from DataverseLabs/dev
0.5.1 update
2 parents 3f9ecf4 + ff6ce4e commit 4773c76

File tree

178 files changed

+3515
-2597
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

178 files changed

+3515
-2597
lines changed

README.md

Lines changed: 1 addition & 1 deletion

changelog.rst

Lines changed: 10 additions & 0 deletions

developer/dev_checks/debug_sandbox/check_cent_pk/check.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,7 @@ def centroid_poisson_kriging(semivariogram_model: TheoreticalVariogram,
170170

171171
# Distances between known blocks
172172
coordinates = kriging_data[:, :values_column_index]
173-
block_distances = calc_point_to_point_distance(coordinates).flatten()
173+
block_distances = point_distance(coordinates, coordinates).flatten()
174174
known_blocks_semivars = semivariogram_model.predict(block_distances)
175175
predicted = np.array(known_blocks_semivars.reshape(n, n))
176176
predicted = sem_to_cov(predicted, sill)
-103 Bytes
Binary file not shown.
-919 Bytes
Binary file not shown.
8.89 KB
Binary file not shown.
-283 Bytes
Binary file not shown.
-507 Bytes
Binary file not shown.
-513 Bytes
Binary file not shown.
-551 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)