We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5e90460 commit 1c6a30bCopy full SHA for 1c6a30b
2 files changed
.gitmodules
@@ -15,4 +15,4 @@
15
url = https://github.com/Cyan4973/xxHash.git
16
[submodule "lwtnn"]
17
path = lwtnn
18
- url = https://github.com/sbein/lwtnn.git
+ url = https://github.com/lwtnn/lwtnn.git
tests/test_lwtnn.py
@@ -24,6 +24,7 @@ def test_lwtnn_example():
24
)
25
assert sf == 0.95186825355646787
26
27
+
28
# Analysts should choose the payload matching their object and ID working point.
29
FASTSIM_ELECTRON_LOOSE_PAYLOAD = Path("tests/data/lwtnn_example.json")
30
0 commit comments