Skip to content
GitLab
Explore
Sign in
Changes
Page history
Update v0.12.0
authored
Apr 23, 2021
by
Charlie Hoy
Show whitespace changes
Inline
Side-by-side
v0.12.0.md
View page @
58469c8f
...
...
@@ -141,6 +141,12 @@ for param in lal_generated.dtype.names:
)
```
with output:
```
bash
```
Note, we made a small edit to both executables to ensure both use the same random seed. The diffs can be seen below:
```
bash
...
...