pik-piam / remind2

The remind2 package contains the REMIND-specific routines for data and model output manipulation.
0 stars 40 forks source link

reportSE broken on `fulldata_exoGAINS.gdx` #545

Closed orichters closed 6 months ago

orichters commented 6 months ago

Hi Michaja, might it be that your change in reportSE, removing the magclass dependency, actually broke reportSE as called in exoGAINSAirpollutants.R, see:

data <- remind2::reportSE("/p/tmp/oliverr/remind-smallfix/output/SSP2EU-NPi_2024-02-20_14.02.25/fulldata_exoGAINS.gdx")
Error in `mbind()`:
! Cannot handle objects! Data as well as temporal dimensions differ!
Run `rlang::last_trace()` to see where the error occurred.
> rlang::last_trace()
<error/rlang_error>
Error in `mbind()`:
! Cannot handle objects! Data as well as temporal dimensions differ!
---
Backtrace:
    ▆
 1. └─remind2::reportSE("fulldata_exoGAINS.gdx")
 2.   └─magclass::mbind(...)

I don't understand the implications of possible name collisions, but that might have been caused by it somehow?

orichters commented 6 months ago

Nevermind, I caused this myself.