Skip to content

Commit 9081dc3

Browse files
committed
bump version to-> < 0.45.5 >
1 parent d3f0561 commit 9081dc3

33 files changed

+35
-152
lines changed

absbox/local/component.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2273,6 +2273,8 @@ def readPricingResult(x, locale) -> dict | None:
22732273
h = {"cn": ["静态利差"], "en": ["Z-spread"]}
22742274
elif tag == "IrrResult":
22752275
h = {"cn": ["IRR"], "en": ["IRR"]}
2276+
elif tag == "PriceResultNull":
2277+
return None
22762278
else:
22772279
raise RuntimeError(f"Failed to read princing result: {x} with tag={tag}")
22782280

absbox/tests/benchmark/china/resp/test01.out.json

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5272,10 +5272,6 @@
52725272
]
52735273
}
52745274
],
5275-
{
5276-
"No Pricing": {
5277-
"tag": "PriceResultNull"
5278-
}
5279-
}
5275+
{}
52805276
]
52815277
}

absbox/tests/benchmark/china/resp/test02.out.json

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3752,10 +3752,6 @@
37523752
]
37533753
}
37543754
],
3755-
{
3756-
"No Pricing": {
3757-
"tag": "PriceResultNull"
3758-
}
3759-
}
3755+
{}
37603756
]
37613757
}

absbox/tests/benchmark/china/resp/test03.out.json

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3020,10 +3020,6 @@
30203020
]
30213021
}
30223022
],
3023-
{
3024-
"No Pricing": {
3025-
"tag": "PriceResultNull"
3026-
}
3027-
}
3023+
{}
30283024
]
30293025
}

absbox/tests/benchmark/china/resp/test04.out.json

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -43240,10 +43240,6 @@
4324043240
]
4324143241
}
4324243242
],
43243-
{
43244-
"No Pricing": {
43245-
"tag": "PriceResultNull"
43246-
}
43247-
}
43243+
{}
4324843244
]
4324943245
}

absbox/tests/benchmark/china/resp/test05.out.json

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -55870,10 +55870,6 @@
5587055870
]
5587155871
}
5587255872
],
55873-
{
55874-
"No Pricing": {
55875-
"tag": "PriceResultNull"
55876-
}
55877-
}
55873+
{}
5587855874
]
5587955875
}

absbox/tests/benchmark/china/resp/test06.out.json

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -28325,10 +28325,6 @@
2832528325
]
2832628326
}
2832728327
],
28328-
{
28329-
"No Pricing": {
28330-
"tag": "PriceResultNull"
28331-
}
28332-
}
28328+
{}
2833328329
]
2833428330
}

absbox/tests/benchmark/china/resp/test07.out.json

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8950,10 +8950,6 @@
89508950
]
89518951
}
89528952
],
8953-
{
8954-
"No Pricing": {
8955-
"tag": "PriceResultNull"
8956-
}
8957-
}
8953+
{}
89588954
]
89598955
}

absbox/tests/benchmark/china/resp/test08.out.json

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -115134,10 +115134,6 @@
115134115134
]
115135115135
}
115136115136
],
115137-
{
115138-
"No Pricing": {
115139-
"tag": "PriceResultNull"
115140-
}
115141-
}
115137+
{}
115142115138
]
115143115139
}

absbox/tests/benchmark/china/resp/test09.out.json

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4590,10 +4590,6 @@
45904590
]
45914591
}
45924592
],
4593-
{
4594-
"No Pricing": {
4595-
"tag": "PriceResultNull"
4596-
}
4597-
}
4593+
{}
45984594
]
45994595
}

0 commit comments

Comments
 (0)