Skip to content
#

energy

Here are 456 public repositories matching this topic...

aki-0919
aki-0919 commented Apr 21, 2020

I guess the last condition of this line should be typeof options2.port !== "number", not options.port.

If OPCUA server is created without port, it throws error of expecting a valid port (number)

Works: server = new opcua.OPCUAServer({ port: 26543 });
Error: `server = new o

bug
PMeira
PMeira commented Apr 21, 2018

While some methods do validate input data, some take data as-is and can result in runtime errors or unexpected behavior.

Formalizing the restrictions, both general dataset restrictions and valid meter topologies, will allow the addition of an optional validation step for each method.

(Potentially) related issues and comments:

pudl
karldw
karldw commented Mar 16, 2020

Is your feature request related to a problem? Please describe.
When I'm hunting for a particular variable, I'm often unsure which dataset it's in, or if PUDL has a cleaned version.

Describe the solution you'd like
It would be great to have the readthedocs site describe the tables and variables that are present in the current zenodo release. Things like table names, variable names, and

brynpickering
brynpickering commented Sep 27, 2019

Problem description

in our YAML files, we can only handle loading timeseries data if the data is formatted as e.g.:

resource: file=filename.csv or resource: file=filename.csv:columnname.

Referencing the file as follows will cause the data to be loaded in as a string without a timeseries dimension (and an exception will be raised on running the model):

`resource: file = filename.

tedtanaka
tedtanaka commented Nov 5, 2019

The CLI command with sample returns "NO MODEL" rather than a model as shown in the documentation. This is with version 2.8.1 of eemeter.

The command is: eemeter caltrack --sample=il-electricity-cdd-hdd-daily

The command and results are from the documentation, in the section "Using the CLI":
https://eemeter.readthedocs.io/basics.html

I would expect the command to return the same status a

robbieorvis
robbieorvis commented Mar 30, 2020

Hello,

Is there documentation on exactly how share-weights are calculated in GCAM or a portion of code that lays out the logic for how this is done? @rjplevin are working on implementing policies for electrification, and part of this process requires ensuring that the share-weights for the electric technologies are high enough to ensure the standard can be met. I have a basic understanding of h

RDmitchell
RDmitchell commented Nov 26, 2019

Expected Behavior

I would have expected the Geocoding Confidence values to be the same between 2.6.0 (on the production server) and 2.6.2 (on the dev1 server)

Maybe something about how those values are created has been updated, but I wanted to record the difference while I am noticing it, and then we can figure out if this is an issue or not.

Actual Behavior

The geocoding confide

Improve this page

Add a description, image, and links to the energy topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the energy topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.