JuPedSim / jpsreport

Analysis tool
https://www.jupedsim.org/jpsreport_introduction.html
Other
3 stars 9 forks source link

Method A-D, I | test case #130

Closed chraibi closed 4 years ago

chraibi commented 5 years ago

In Gitlab by @gjaeger on Mar 7, 2019, 08:53 [origin]

test case for method A-D and I

chraibi commented 5 years ago

In Gitlab by @gjaeger on Mar 23, 2019, 10:22

notes for a quick reminder:

chraibi commented 5 years ago

In Gitlab by @chraibi on Mar 23, 2019, 16:04

CDash is a system we don't use anymore. It has been replaced by Gitlab's CI.

For the rest, I would suggest to make a directory for each of them:

Utest
├── test1
├── test2
└── test3
chraibi commented 5 years ago

In Gitlab by @gjaeger on Mar 25, 2019, 08:21

notes (for me):

gitlab_ci.yml:

example:

#============== unit_test ============
test:
  dependencies:
    - make-linux

  stage: unit_test
  script:
    - cd build
    - ctest -R Boost
    - ctest -R clean
  tags:
    - linux

structure:

chraibi commented 5 years ago

In Gitlab by @gjaeger on Mar 25, 2019, 08:21

changed due date to March 28, 2019

chraibi commented 5 years ago

In Gitlab by @gjaeger on Apr 1, 2019, 09:48

changed due date to April 05, 2019

chraibi commented 5 years ago

In Gitlab by @gjaeger on Jun 5, 2019, 10:25

The geometry: geo_Uebung_02.xml

Raum_02b_oc

The trajectory file: traj_Uebung_02b.txt

measurement area for method A
Raum_02_MA_A

measurement area for method B
Raum_02_MA_B

measurement area for method C and D
Raum_02_MA_C-D

chraibi commented 5 years ago

In Gitlab by @gjaeger on Jun 5, 2019, 10:47

WIP: new branch 102-Utest

gjaeger commented 5 years ago

see PR #152

chraibi commented 5 years ago

This issue needs to be closed immediately, otherwise we can not test any upcoming PR.

gjaeger commented 4 years ago

solved with PR #152