-
This issue is to add Windows binaries to Spawn of EnergyPlus.
-
Hello!
First, I hope you're doing well.
I've some trouble to create a system of three matrix, two constant (they contains Data), and one variable matrix (it's a rotation/translation matrix).
The …
-
When I try to add a vector with size above 3 the package buffer overflows.
Below the error log on dymola
dymosim started
... "dsin.txt" loading (dymosim input file)
MDDUDPSocket.h: Opened sock…
-
Hello. I tried examples for playback from an SD card. And ESP8266Audio on my ESP32 only plays the first sample. If I use the buffer, it is empty, but not replenished from the SD card. Perhaps someone …
-
The code doesn't work where it references DatasetReference and CopyActivity.
Below is the code which works in the 'Create a copy activity' section:
# Create a copy activity
act_name = 'copyBlobtoB…
-
Simulating
```
simulateModel("Buildings.ThermalZones.EnergyPlus.Validation.Actuator.ShadeControl", startTime=8640000, stopTime=8899200, method="Cvode", tolerance=1e-06, resultFile="ShadeControl");
…
-
blob_source = BlobSource()
blob_sink = BlobSink()
dsin_ref = DatasetReference(value=ds_name)
dsOut_ref = DatasetReference(value=dsOut_name)
copy_activity = CopyActivity…
-
I am trying to use `Buldings.Fluid.Movers.SpeedControlled_y` with `Modelica.Media.IdealGasses.MixtureGases.FlueGasSixComponents` in the simplest setup (source—fan—pressureDrop—sink):
```
model Sou…
-
## Expected behavior and actual behavior.
i use gdal to transform image in roipac format to gtiff or png format:
the size of images are WIDTH 2825 FILE_LENGTH 2155 on float64
i launch my prog…
-
I run into problem that readxl omits last column while reading xlsx file. Below, please find the code and [here](https://drive.google.com/file/d/0B-ZJyVlQBsqlVWZvS1hBV0FXeWM/view?usp=sharing) is link …