Skip to content

Commit

Permalink
Tidy up
Browse files Browse the repository at this point in the history
  • Loading branch information
kwxm committed Mar 26, 2024
1 parent 26561c8 commit d77e0f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plutus-core/cost-model/data/models.R
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@ get.bench.data <- function(path) {
}

filter.and.check.nonempty <- function (frame, fname) {
## cat (sprintf ("Reading data for %s\n", fname))
## cat (sprintf ("Reading data for %s\n", fname))
filtered <- filter (frame, name == fname)
if (nrow(filtered) == 0) {
stop ("No data found for ", fname)
Expand Down

0 comments on commit d77e0f5

Please sign in to comment.