BoulderCodeHub / RWDataPlyr

R package to read and manipulate data from RiverWareTM
3 stars 5 forks source link

getDataForAllScens breaks if there is only one trace #40

Closed rabutler closed 7 years ago

rabutler commented 8 years ago

In processSlots, it there is only one trace, it does not preserve the data as a matrix.

Need to add drop = FALSE to the subsetting to resolve this.

rabutler commented 8 years ago

Still need to add tests, and see if the annual aggregation methods work with a single trace of data.

rabutler commented 7 years ago

Need to create an rdf file with only one trace of data for tests.