Skip to content
Permalink

Comparing changes

This is a direct comparison between two commits made in this repository or its related repositories. View the default comparison for this range or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: determined-ai/determined
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 423ac002da92487d9d5b9c427082b60b2abc249e
Choose a base ref
..
head repository: determined-ai/determined
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: f566a0c27cb3b764fba2d9dbbdf105e18f9d3af8
Choose a head ref
Showing with 0 additions and 1 deletion.
  1. +0 −1 master/internal/configpolicy/utils.go
1 change: 0 additions & 1 deletion master/internal/configpolicy/utils.go
Original file line number Diff line number Diff line change
@@ -132,7 +132,6 @@ func ValidateExperimentConfig(
cp.InvariantConfig.RawResources.RawSlotsPerTrial, cp.InvariantConfig.RawResources.RawPriority); err != nil {
return status.Errorf(codes.InvalidArgument, fmt.Sprintf(InvalidExperimentConfigPolicyErr+": %s.", err))
}

}
}