Skip to content

Commit 17e13e3

Browse files
committed
Merge branch 'feat/snapshot-tests' of https://github.com/techmatters/soil-id-algorithm into feat/snapshot-tests
2 parents 74d1b29 + ee65da9 commit 17e13e3

32 files changed

+13557
-18205
lines changed

soil_id/global_soil.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -226,7 +226,7 @@ def list_soils_global(connection, lon, lat, buffer_dist=30000):
226226
)
227227

228228
# Group data by cokey for texture
229-
muhorzdata_group_cokey = list(muhorzdata_pd.groupby("cokey", sort=False))
229+
muhorzdata_group_cokey = list(muhorzdata_pd.groupby("cokey"))
230230
pd.set_option("display.max_rows", None)
231231
pd.set_option("display.max_columns", None)
232232
pd.set_option("display.width", None)

soil_id/tests/global/__snapshots__/test_global/test_soil_location[-1.75,13.6].json

Lines changed: 368 additions & 368 deletions
Large diffs are not rendered by default.

soil_id/tests/global/__snapshots__/test_global/test_soil_location[-10.07856,15.107436].json

Lines changed: 995 additions & 1379 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)