Skip to content

Commit

Permalink
Start with the adjustment of the interim results (#390)
Browse files Browse the repository at this point in the history
adjustment of the interim results

Co-authored-by: anikaweinmann <[email protected]>
Co-authored-by: Carmen Tawalika <[email protected]>
  • Loading branch information
3 people authored Nov 22, 2022
1 parent ebb1a8a commit 3c960fc
Show file tree
Hide file tree
Showing 11 changed files with 700 additions and 96 deletions.
1 change: 1 addition & 0 deletions .flake8
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ exclude =
per-file-ignores =
./src/actinia_core/core/common/api_logger.py: F401
./src/actinia_core/core/common/app.py: E402
./src/actinia_core/core/common/config.py: E501
./src/actinia_core/core/common/process_queue.py: F401
./src/actinia_core/core/interim_results.py: W605
./src/actinia_core/core/list_grass_modules.py: F821
Expand Down
2 changes: 1 addition & 1 deletion docker/actinia-core-alpine/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ ENV GDAL_CACHEMAX=2000
ENV GRASS_COMPRESSOR=ZSTD
ENV GRASS_SKIP_MAPSET_OWNER_CHECK 1
ENV GISBASE ""
ENV ACTINIA_API_VERSION 3.3.0
ENV ACTINIA_API_VERSION 3.4.0

USER root

Expand Down
2 changes: 1 addition & 1 deletion docker/actinia-core-tests/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ FROM mundialis/actinia-core:4.0.0 as actinia_test
LABEL authors="Carmen Tawalika,Anika Weinmann"
LABEL maintainer="[email protected],[email protected]"

ENV ACTINIA_API_VERSION 3.3.0
ENV ACTINIA_API_VERSION 3.4.0

ENV SETUPTOOLS_SCM_PRETEND_VERSION=0.0.0
ENV ACTINIA_CUSTOM_TEST_CFG /etc/default/actinia_test
Expand Down
Loading

0 comments on commit 3c960fc

Please sign in to comment.