Richard Plevin
Richard Plevin
Not sure if this is a Revise issue or something else going on. If I insert some `@info` lines in my code, the error messages indicate the line numbers before...
I may have missed it, but I haven't found documentation of the semantics of each method and its various outputs. I was hoping to not have to read all the...
Have a command-line flag to tell GCAM to automatically remove all restart files when the run completes successfully. Running v5.1.2 to 2060 yielded 155MB of restart files, which starts to...
engine.datapub.publish_data() sends a "data_message", but this isn't recognized in hub.save_iopub_message(). Is this expected behavior? It produces only a warning, but it leaves me wondering if there's been a name change...
1. Force recarray field names to `str` since numpy can't handle unicode. 2. Guard against "real" division producing a float array index.
``` ureg['year'] Out[18]: 1 ureg.year Out[19]: ``` This behavior seems to violate reasonable assumptions (and differs from the behavior of pandas, where `df['colname']` is the same as `df.colname`, presuming `colname`...