-
Notifications
You must be signed in to change notification settings - Fork 2
Known bugs and limitations #3
Description
Here is a list of known bugs and limitations. I grouped them into two categories:
- Major relevance: the user has to be careful about these.
- Minor relevance: small issues that should not be noticeable to the user, and may be in parts of the code that are not being used in the last version.
There is no particular order within the categories.
Major relevance
-
Does not support file paths with
:/(which can happen in POSIX systems). -
In some unknown occasions, using the menu option to "restore/load settings" may add a duplicate network (double check the list and remove as needed).
-
Make sure all the candidate stations are within the grid limits, otherwise it will throw an error while trying to extract the corresponding vertical line.
-
Related with the previous point, be careful to define the grid dimensions in order to accomodate the radius (tolerance) around the stations. Example:
- the grid is 10 x 10 nodes
- one station in located at node (2, 2)
- if using tolerance 3, it will surpass the grid dimensions in the west and north sides
- you need to increase the grid to at least 11 x 11 (in the aforementioned directions)
-
When calculating the scores for monthly data in the cost-home format, it will only use the first selected checkbox.
Minor relevance
cost2gslibonly adds the column with the'year'for annual and monthly data.drillhas some offset in the fetched location (not in use).GsimcliParam.loadis being used like it was a static method (it should not be a problem because most likely the first condition will short circuit).- Using the option to save intermediary files, coupled with using a tolerance, may throw an error while saving.
benchmarkis not updating the header when using'monthly'.