Skip to content

Commit

Permalink
test fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Advitya17 committed Feb 28, 2024
1 parent b628dc9 commit 91e225d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ export const FridgeImageClassificationModelDebugging = {
modelOverviewData: {
featureCohortView: {
firstFeatureToSelect: "mean_pixel_value",
multiFeatureCohorts: 6,
multiFeatureCohorts: 3,
secondFeatureToSelect: "Make",
singleFeatureCohorts: 3
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

import { getOS } from "../../../../util/getOS";

const FeatureCohorts = getOS() === "Linux" ? [2, 3] : 3;
const FeatureCohorts = getOS() === "Linux" ? [5, 6] : 6;

export const FridgeObjectDetectionModelDebugging = {
causalAnalysisData: {
Expand Down

0 comments on commit 91e225d

Please sign in to comment.