-
## Problem description
This works correctly,
`gridlabd convert -i MODEL_NAME.csv -o MODEL_NAME.glm -f csv-table -t glm-object -O module:powerflow`
However -M or --module or -O pick up
`{'…
-
If gridlabd is run twice in the same second, the random numbers come up the same even when they should be different. Recommend added additional sources of entropy in the srand() calls. Consider the pi…
-
If gridlabd is run twice in the same second, the random numbers come up the same even when they should be different. Recommend added additional sources of entropy in the srand() calls. Consider the pi…
-
## Problem description
The output power from the inverter ignores how much solar is being produced. The PNNL version of the code limits the inverter output based on solar, slacgismo however outputs t…
-
The currently installed version of mingw is too old to support hardware-based locking. The preferred solution is to install a newer version of mingw (i.e., 4.1 or better).
An alternate solution is …
-
The result is an erroneous error message with a junk user name.
```
19 models tested
3 unexpected errors
16 tests succeeded
84% success rate
Total validation elapsed time: 22.7 seconds
See '/home/d…
-
The result is an erroneous error message with a junk user name.
```
19 models tested
3 unexpected errors
16 tests succeeded
84% success rate
Total validation elapsed time: 22.7 seconds
See '/home/d…
-
The currently installed version of mingw is too old to support hardware-based locking. The preferred solution is to install a newer version of mingw (i.e., 4.1 or better).
An alternate solution is …
-
Recorder and collector use `select count(*)` to check tables, which can be slow on very large existing tables. It is advisable to replace these with `select max(id)` and use `select count(*)` only if…
-
## Problem description
Running a pole failure analysis with the fault_check and reliability module does not update the SAIDI/CAIDI etc metrics as the failure occurs.
## Steps to reproduce
1. …