Skip to content

Commit

Permalink
Add deprecation warning to test_combo
Browse files Browse the repository at this point in the history
  • Loading branch information
MariaHei committed Jul 3, 2024
1 parent de10261 commit 598f7d3
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
4 changes: 0 additions & 4 deletions docs/src/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -554,10 +554,6 @@ There are two types of supports in outputs. An utterance level and a set of supp

This project was supported by the ERC advanced grant WIDE-742545 and by the Deutsche Forschungsgemeinschaft (DFG, German Research Foundation) under Germany’s Excellence Strategy - EXC number 2064/1 - Project number 390727645.

## Acknowledgments

This project was supported by the ERC advanced grant WIDE-742545 and by the Deutsche Forschungsgemeinschaft (DFG, German Research Foundation) under Germany’s Excellence Strategy - EXC number 2064/1 - Project number 390727645.

## Citation

If you find this package helpful, please cite it as follows:
Expand Down
5 changes: 5 additions & 0 deletions src/test_combo.jl
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,9 @@ KWARGS_DUMP = Dict()
A wrapper function for a full model for a specific combination of parameters. A detailed introduction is in [Test Combo Introduction](@ref)
!!! note
test_combo: test_combo is deprecated. While it will remain in the package it is no longer actively maintained.
# Obligatory Arguments
- `test_mode::Symbol`: which test mode, currently supports :train_only, :pre_split, :careful_split and :random_split.
Expand Down Expand Up @@ -126,6 +129,8 @@ function test_combo(test_mode; kwargs...)
random_seed = get_kwarg(kwargs, :random_seed, required=false)
if_combined = get_kwarg(kwargs, :if_combined, required=false)

@warn "test_combo: test_combo is deprecated. While it will remain in the package it is no longer actively maintained."

verbose && println("="^20)
verbose && println("Preparing datasets...")
verbose && println("="^20)
Expand Down

0 comments on commit 598f7d3

Please sign in to comment.