-
Notifications
You must be signed in to change notification settings - Fork 27
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: Benjamin Maier <[email protected]> Co-authored-by: Johannes Mueller <[email protected]>
- Loading branch information
1 parent
3cad0a0
commit ae9f443
Showing
118 changed files
with
16,580 additions
and
381 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,2 @@ | ||
pylife/_version.py export-subst | ||
|
||
*.ipynb filter=jupyter_clean |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -22,10 +22,13 @@ | |
|
||
Robert Bosch GmbH | ||
Vivien Le Baube <[email protected]> | ||
Sebastian Bucher <[email protected]> | ||
Lisa Katharina Hill <[email protected]> | ||
Mustapha Kassem <[email protected]> | ||
Gyöngyvér Kiss <[email protected]> | ||
Daniel Christopher Kreuter <[email protected]> | ||
Kristina Lepper <[email protected]> | ||
Benjamin Maier <[email protected]> | ||
Mate Mark <[email protected]> | ||
Johannes Mueller <[email protected]> | ||
Erik Natkowski <[email protected]> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,12 @@ | ||
call conda activate ./_venv | ||
:: go one level up, if started from within the batch_scripts directory | ||
set BATCH_PATH=%cd% | ||
|
||
:: test if current path contains "batch_scripts" | ||
if not x%BATCH_PATH%==x%BATCH_PATH:batch_scripts=% ( | ||
echo "cd" | ||
cd .. | ||
) | ||
|
||
call conda activate ./.venv | ||
|
||
call python batch_scripts\test_cov_analysis.py E:\pyLife_coverage\ || exit /B 1 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,10 @@ | ||
call conda activate ../_venv | ||
call jupyter notebook --notebook-dir ../demos | ||
rem go one level up | ||
cd .. | ||
|
||
call conda activate ./.venv | ||
|
||
rem make sure that jupyter is installed | ||
call pip install jupyter | ||
|
||
call jupyter notebook --notebook-dir ./demos | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
*.png | ||
data/* |
Binary file not shown.
Binary file not shown.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
.ipynb_checkpoints/* | ||
dump/* | ||
*.png | ||
data/* |
Oops, something went wrong.