Skip to content
#

optimisation

Here are 171 public repositories matching this topic...

brookjordan
brookjordan commented Mar 17, 2020

The following:

.box {
  border-top-left-radius: 10px;
  border-top-right-radius: 20px;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 40px;
}

is currently minified to:

.box{border-top-left-radius:10px;border-top-right-radius:20px;border-bottom-left-radius:20px;border-bottom-right-radius:40px}

but could be “short-hand”ed:

.box {borde
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.

Hyperactive
adelacalle
adelacalle commented Mar 18, 2016

For users and potential developers of Modelica library, I think that we need to do the effort to integrate the documentation in each class/block/model with the annotation function. You know, the documentation must be where they expect to be. Otherwise, people miss part of our work. I'm sure to this task is tedious, but the result looks very nice.

Improve this page

Add a description, image, and links to the optimisation 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 optimisation topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.