Skip to content

Commit

Permalink
and again
Browse files Browse the repository at this point in the history
  • Loading branch information
pat-alt committed Apr 8, 2024
1 parent 48a8c33 commit 010baeb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/utils.jl
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ Loads synthetic data, models, and generators.
function _load_synthetic()
# Data:
data_sets = Dict(
:classification_binary => CounterfactualData(load_linearly_separable()...),
:classification_multi => CounterfactualData(load_multi_class()...),
:classification_binary => CounterfactualData(TaijaData.load_linearly_separable()...),
:classification_multi => CounterfactualData(TaijaData.load_multi_class()...),
)
# Models
synthetic = Dict()
Expand Down

0 comments on commit 010baeb

Please sign in to comment.