Skip to content
This repository was archived by the owner on Jan 21, 2021. It is now read-only.
This repository was archived by the owner on Jan 21, 2021. It is now read-only.

bug in chart demo #2

@jeromerousselot

Description

@jeromerousselot

When trying demo(charts, package='omnetpp'), I get:

dataset <- loadDataset(scalarFiles,

  •          add(type='scalar', select='module(Aloha.server) AND name("channel utilization")'),
    
  •          add(type='scalar', select='name(mean)'))
    
    xydata <- makeScatterChartDataset(dataset, xModule='.', xName='mean', isoAttrs='numHosts', averageReplications=TRUE)
    Error in split.default(seq_len(nrow(x)), f, drop = drop, ...) :
    Group length is 0 but data length > 0

In the dataset object, I can see the values in dataset$scalars$value.
There is nothing in dataset$bins, or in dataset$fields. I don't know if this is normal or not.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions