Skip to content

Commit a9b1306

Browse files
committed
uh
1 parent 5bdf3f6 commit a9b1306

1 file changed

Lines changed: 1 addition & 5 deletions

File tree

dev/notebooks/mitigation_strategies.qmd

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -242,7 +242,7 @@ generators = Dict(
242242
:REVISE=>GenericGenerator(decision_threshold=0.5),
243243
:REVISE_conservative=>GenericGenerator(decision_threshold=0.9),
244244
:Gravitational=>GravitationalGenerator(),
245-
:ROAR=>ClapROARGenerator()
245+
:ClapROAR=>ClapROARGenerator()
246246
)
247247
```
248248

@@ -290,7 +290,3 @@ for (data_name, res) in results
290290
end
291291
```
292292

293-
294-
```{julia}
295-
296-
```

0 commit comments

Comments
 (0)