Skip to content

Commit

Permalink
pkg
Browse files Browse the repository at this point in the history
  • Loading branch information
dave-gray101 committed Feb 28, 2024
1 parent bb86756 commit a783ab5
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions pkg/gallery/models_test.go
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
package gallery_test

import (
"fmt"
"os"
"path/filepath"

Expand All @@ -19,6 +20,8 @@ var _ = Describe("Model test", func() {
c, err := ReadConfigFile(filepath.Join(os.Getenv("FIXTURES"), "gallery_simple.yaml"))
Expect(err).ToNot(HaveOccurred())

fmt.Printf("\n[Model Pkg Test Downloading Applies Model Correctly] config: %+v\n", c)

err = InstallModel(tempdir, "", c, map[string]interface{}{}, func(string, string, string, float64) {})
Expect(err).ToNot(HaveOccurred())

Expand Down

0 comments on commit a783ab5

Please sign in to comment.