Skip to content

Commit

Permalink
fix: update tests to run from upper folder
Browse files Browse the repository at this point in the history
  • Loading branch information
AngRodrigues committed May 3, 2024
1 parent 18291c5 commit 1a8210d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/CD.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,7 @@ jobs:
- uses: conda-incubator/setup-miniconda@v3
with:
python-version: ${{ matrix.python }}
# miniforge-variant: Mambaforge
# miniforge-version: latest
# use-mamba: true

- name: Installing dependencies
shell: bash -l {0}
run: |
Expand All @@ -54,7 +52,6 @@ jobs:
documentation-test:
runs-on: ubuntu-latest
#needs: continuous-integration
steps:
- uses: actions/checkout@v4
- run: |
Expand Down
2 changes: 1 addition & 1 deletion tests/sampler/test_sampler_featureId.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
import shapely
import geopandas

geology_original = pandas.read_csv("./tests/sampler/geo_test.csv")
geology_original = pandas.read_csv("map2loop/tests/sampler/geo_test.csv")
geology_original['geometry'] = geology_original['geometry'].apply(shapely.wkt.loads)
geology_original = geopandas.GeoDataFrame(geology_original, crs='epsg:7854')

Expand Down

0 comments on commit 1a8210d

Please sign in to comment.