Skip to content

Commit

Permalink
update UI and tests
Browse files Browse the repository at this point in the history
  • Loading branch information
r-akemii committed Nov 8, 2024
1 parent a9cca38 commit 924959c
Show file tree
Hide file tree
Showing 9 changed files with 6 additions and 1,125 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/AequilibraeUpdates.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,15 +21,15 @@ jobs:
run: |
/usr/bin/python3 -m venv /tmp/.venv --system-site-package
/tmp/.venv/bin/python3 -m pip install -U pip setuptools uv
/tmp/.venv/bin/python3 -m uv pip install git+https://github.com/AequilibraE/aequilibrae.git@develop
/tmp/.venv/bin/python3 -m uv pip install "git+https://github.com/AequilibraE/aequilibrae.git@develop"
touch ./qaequilibrae/packages/aequilibrae_version.txt
/tmp/.venv/bin/python3 ./ci/dependency_installation.py
/tmp/.venv/bin/python3 -m uv pip install -r test/requirements-test.txt
/tmp/.venv/bin/python3 -m uv pip install -r test/requirements-test.txt --constraint ./ci/constraints.txt
export PYTHONPATH=$(pwd)/qaequilibrae/packages:$PYTHONPATH
echo "PYTHONPATH=$PYTHONPATH" >> $GITHUB_ENV
- name: Run tests
run: |
export QT_QPA_PLATFORM=offscreen
pwd
/tmp/.venv/bin/python3 -m pytest --cov-report term --cov-config=.coveragerc --cov=qaequilibrae test -v
/tmp/.venv/bin/python3 -m pytest --cov-report term --cov-config=.coveragerc --cov=qaequilibrae test
2 changes: 1 addition & 1 deletion qaequilibrae/metadata.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ qgisMinimumVersion=3.34.10
qgisMaximumVersion=3.99
description=Transportation modeling toolbox for QGIS
about=QAequilibraE is the GUI for AequilibraE, a transportation modeling package designed to be an open-source alternative to traditional commercial packages. It is a comprehensive set of tools for modeling and visualization, including incredibly fast equilibrium traffic assignment, synthetic gravity models, network editing, and GTFS importer. http://www.aequilibrae.com/.
version=1.1.2
version=1.1.3
author=Pedro Camargo
[email protected]
repository= https://github.com/AequilibraE/QAequilibraE
Expand Down
52 changes: 0 additions & 52 deletions qaequilibrae/modules/common_tools/forms/ui_about.ui

This file was deleted.

This file was deleted.

Loading

0 comments on commit 924959c

Please sign in to comment.