Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
vadere
vadere
Commits
896e08cc
Commit
896e08cc
authored
Dec 06, 2018
by
Stefan Schuhbaeck
Browse files
fix gitignore after moving VadereAnalysisTool
parent
fff7a7b3
Pipeline
#78769
canceled with stages
in 57 seconds
Changes
4
Pipelines
2
Show whitespace changes
Inline
Side-by-side
.gitignore
View file @
896e08cc
...
...
@@ -10,9 +10,9 @@ __pycache__/
*.py[cod]
*$py.class
**/venv/
Tools/VadereAnalysisTool
/dist
/
Tools/VadereAnalysisTool/build/
Tools/VadereAnalysisTool/VadereAnalysisTool
.egg-info
/
Tools/VadereAnalysisTool
s/VadereAnalysisTool/VadereAnalysisTool.egg-info
/
Tools/
VadereAnalysisTools/
VadereAnalysisTool/build/
Tools/VadereAnalysisTool
s
/VadereAnalysisTool
/dist
/
Tools/ContinuousIntegration/**/output
# C extensions
*.so
...
...
Tools/ContinuousIntegration/run_orign_translation_test.d/output/.gitkeep
deleted
100644 → 0
View file @
fff7a7b3
Tools/ContinuousIntegration/run_orign_translation_test.py
View file @
896e08cc
...
...
@@ -86,7 +86,7 @@ def run_simulations(test_project_path):
if
__name__
==
'__main__'
:
test_project_path
=
"Tools/ContinuousIntegration/run_orign_translation_test.d"
#
run_simulations(test_project_path)
run_simulations
(
test_project_path
)
output_pairs
=
get_output_pairs
()
print
(
"comparing {} output pairs"
.
format
(
len
(
output_pairs
)))
...
...
Tools/VadereAnalysisTools/VadereAnalysisTool/requirements.txt
View file @
896e08cc
...
...
@@ -8,4 +8,3 @@ pyparsing==2.3.0
python-dateutil==2.7.5
pytz==2018.7
six==1.11.0
VadereAnalysisTool==0.0.4
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment