Skip to content

Commit b13b8b8

Browse files
committed
prune crate for re-organization
1 parent 9b56040 commit b13b8b8

35 files changed

+6
-2741
lines changed

atelier-quant/Cargo.toml

Lines changed: 5 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -23,37 +23,13 @@ license = "Apache-2.0"
2323
name = "atelier_quant"
2424
path = "src/lib.rs"
2525

26-
# [[example]]
27-
# name = "example_vpin"
28-
# path = "examples/example_vpin.rs"
29-
3026
[[example]]
31-
name = "ob_metrics_model"
32-
path = "examples/ob_metrics_model.rs"
27+
name = "eg_inter_ats"
28+
path = "examples/eg_intera_ats.rs"
3329

34-
# [[test]]
35-
# name = "test_vpin_math"
36-
# path = "test/vpin/test_math.rs"
37-
#
38-
# [[test]]
39-
# name = "test_vpin_bvc"
40-
# path = "test/vpin/test_bvc.rs"
41-
#
42-
# [[test]]
43-
# name = "test_vpin_methods"
44-
# path = "test/vpin/test_vpin_methods.rs"
45-
#
46-
# [[test]]
47-
# name = "test_vpin_usage"
48-
# path = "test/vpin/test_vpin_usage.rs"
49-
#
50-
# [[test]]
51-
# name = "test_hawkes"
52-
# path = "test/hawkes/test_hawkes.rs"
53-
#
54-
# [[test]]
55-
# name = "test_brownian"
56-
# path = "test/brownian/test_brownian.rs"
30+
[[test]]
31+
name = "test_inter-ats"
32+
path = "tests/base/test_inter_ats.rs"
5733

5834
[dependencies]
5935
approx = { version = "0.5.1" }

atelier-quant/configs/vpin.toml

Lines changed: 0 additions & 11 deletions
This file was deleted.

atelier-quant/examples/example_vpin.rs

Lines changed: 0 additions & 223 deletions
This file was deleted.

atelier-quant/examples/ob_metrics_model.rs

Lines changed: 0 additions & 44 deletions
This file was deleted.

0 commit comments

Comments
 (0)