Skip to content

Commit

Permalink
Merge pull request #4 from milnus/dev
Browse files Browse the repository at this point in the history
Merge in dev branch with functioning program
  • Loading branch information
milnus authored Jan 10, 2022
2 parents 26514d7 + d7286bc commit 9171ac6
Show file tree
Hide file tree
Showing 180 changed files with 12,135 additions and 2,464 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/Test.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
name: 'Test'
on:
push:
branches:
- main
pull_request:
branches:
- main
Expand Down
2 changes: 1 addition & 1 deletion .travis/unit-test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ set -e
errors=0

# Run unit tests
python Corekaburra/Corekaburra_test.py || {
python unit_tests/Corekaburra_test.py || {
echo "'python python/Corekaburra/Corekaburra_test.py' failed"
let errors+=1
}
Expand Down
86 changes: 0 additions & 86 deletions Code_to_transfer/check_inputs.py

This file was deleted.

71 changes: 0 additions & 71 deletions Code_to_transfer/commandline_interface.py

This file was deleted.

Loading

0 comments on commit 9171ac6

Please sign in to comment.