Skip to content

Commit 203a42b

Browse files
authored
Merge pull request #5 from StuartFarmer/loader
Loader
2 parents 8f6dca3 + 382dc81 commit 203a42b

File tree

84 files changed

+16612
-11167
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

84 files changed

+16612
-11167
lines changed

.aidigestignore

Lines changed: 15 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -43,9 +43,18 @@ tests/
4343
imgs/
4444
examples/
4545

46-
portwine/analyzers/gridequitydrawdown.py
47-
portwine/analyzers/noiserobustness.py
48-
portwine/analyzers/regimechange.py
49-
portwine/analyzers/strategycomparison.py
50-
portwine/analyzers/studentttest.py
51-
portwine/analyzers/transactioncost.py
46+
portwine/analyzers/
47+
48+
private/
49+
codebase.md
50+
51+
test_data/
52+
53+
# Python bytecode files
54+
*.pyc
55+
*.pyo
56+
*.pyd
57+
.Python
58+
.pytest_cache/
59+
60+
docs/

0 commit comments

Comments
 (0)