Skip to content

Commit

Permalink
Removed tests for directional predictors
Browse files Browse the repository at this point in the history
  • Loading branch information
cgerum committed Nov 19, 2024
1 parent 0ea180d commit 29e0d77
Showing 1 changed file with 0 additions and 20 deletions.
20 changes: 0 additions & 20 deletions test/test_train.py
Original file line number Diff line number Diff line change
Expand Up @@ -131,26 +131,6 @@ def test_kitti():
subprocess.run(command_line, shell=True, check=True, cwd=topdir)


@pytest.mark.integration
@pytest.mark.parametrize(
"config",
[
# FIXME: beamforming does not seamm to work "config_dd_beamforming"
"config_dd_compass_phase",
"config_dd_direct_angle",
"config_dd_cartesian_phase",
"config_dd_compass",
"config_dd_sin_cos_phase",
"config_dd_cartesian",
"config_dd_direct_angle_phase",
"config_dd_sin_cos",
],
)
def test_directional(config):
command_line = f"hannah-train --config-name {config} trainer.fast_dev_run=true module.batch_size=2"
subprocess.run(command_line, shell=True, check=True, cwd=topdir)


def test_quantization():
command_line = (
"hannah-train compression=quant model=tc-res8 trainer.fast_dev_run=true"
Expand Down

0 comments on commit 29e0d77

Please sign in to comment.