Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,6 @@ script:
- cmake -D CMAKE_PREFIX_PATH:PATH=${DEPS_DIR}/protobuf/install -D CMAKE_INSTALL_PREFIX:PATH=${TESTINST_DIR} ..
- cmake --build .
- cd ..
- python test_cases.py
- python setup.py build
- python setup.py sdist
- cd build
Expand All @@ -87,7 +86,7 @@ script:
- echo "GENERATE_TREEVIEW = YES" >> Doxyfile
- doxygen
- cd ..
- python test_cases_doc.py
- python -m unittest discover tests
- mv VERSION.SAVED VERSION
- sh convert-to-proto3.sh
- mkdir -p build3
Expand Down
2 changes: 1 addition & 1 deletion osi_environment.proto
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ message EnvironmentalConditions
{
// Visibility is unknown (must not be used in ground truth).
//
FOG_UNKOWN = 0;
FOG_UNKNOWN = 0;
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Jesus, well spotted!


// Other (unspecified but known) fog intensity.
//
Expand Down
290 changes: 0 additions & 290 deletions test_cases.py

This file was deleted.

39 changes: 0 additions & 39 deletions test_cases_doc.py

This file was deleted.

Empty file added tests/__init__.py
Empty file.
Loading