-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
252 changed files
with
1,290 additions
and
1,747 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
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,25 +1,24 @@ | ||
# check which files are ignored: git status --ignored | ||
|
||
.venv/ | ||
archive/ | ||
docs/my_notebooks/ | ||
docs/figures/my_figures/ | ||
.vscode/ | ||
|
||
development/ | ||
environment_long.yml | ||
.coverage | ||
.pre-commit-config.yaml | ||
scripts/info.txt | ||
HOWTO.md | ||
info.txt | ||
main.py | ||
qDNA/data/raw/geometries/ | ||
requirements/pip_freeze.txt | ||
|
||
*.egg-info/ | ||
# created by build | ||
dist/ | ||
build/ | ||
|
||
data/raw/geometries | ||
data/raw/test_params | ||
data/processed/ | ||
data/figures/ | ||
data/logging.log | ||
|
||
# created by pytest | ||
__pycache__ | ||
.pytest_cache/ | ||
|
||
# created by coverage | ||
*.egg-info/ | ||
.coverage | ||
|
||
.ipynb_checkpoints |
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,10 +1,19 @@ | ||
# Include the README, LICENSE, and other documentation files | ||
include README.md | ||
include installation.md | ||
include installation.md | ||
include LICENSE.txt | ||
include CITATION.bib | ||
include qDNA/config.yaml | ||
|
||
# Include requirement files | ||
include requirements/*.txt | ||
|
||
# Include the MANIFEST file itself | ||
include MANIFEST.in | ||
|
||
# Include all .py files | ||
recursive-include qDNA *.py | ||
|
||
# Include specific data files | ||
include qDNA/data/data_paper/*.json | ||
include qDNA/data/figures_paper/*.pdf *.png | ||
include qDNA/data/raw/tb_params/*.json | ||
include qDNA/data/figures/doc_paper/*.png | ||
include qDNA/data/figures/doc_paper/*.pdf | ||
include qDNA/data/processed/doc_paper/*.json | ||
include configs/* |
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 was deleted.
Oops, something went wrong.
2 changes: 1 addition & 1 deletion
2
...s/Herb2024_relations_between_persons.json → ...s/Herb2024_relations_between_persons.json
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 +1 @@ | ||
[{"relation_AliceBob": 5, "relation_AliceCharlie": 3, "relation_AliceEve": -2, "relation_BobAlice": 5, "relation_CharlieAlice": 3, "relation_EveAlice": -2}, {"author": "Herb2024", "subject": "relations_between_persons", "notes": "The parameters describe relations between persons."}] | ||
[{"relation_AliceBob": 5, "relation_AliceCharlie": 3, "relation_AliceEve": -2, "relation_BobAlice": 5, "relation_CharlieAlice": 3, "relation_EveAlice": -2}, {"author": "Herb2024", "subject": "relations_between_persons", "notes": "The parameters describe relations between persons."}] |
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
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes
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
Oops, something went wrong.