LIST-LUXEMBOURG / iguess

iGuess 1.0 - The iGuess implementation in Rails
GNU General Public License v3.0
6 stars 0 forks source link

Scenario Tool issue #142

Closed rfmartins closed 10 years ago

rfmartins commented 10 years ago

I have changed the length of the time steps in one of the scenarios of Ludwigsburg and click update, now I cannot open the scenario again, the message "something went wrong" appears

eykamp commented 10 years ago

"Something went wrong" (in red text) usually means a template or object the system was looking for is missing, often because the server you are using hasn't been fully updated with the latest code (perhaps because something wasn't checked in or pushed to the repo or pulled onto the test server). Also, make sure you aren't using the production server accidentally (i.e make sure the test. prefix is present in the URL).

ldesousa commented 10 years ago

The form is throwing an exception with the "Ludwigsburg Base" scenario, this likely means there is inconsistent data in the database. I will keep looking into this.

ldesousa commented 10 years ago

There are fewer periods stored for the electricity and heat mixes than for the consumption. I have tweaked the code to deal with these situations, filling in the missing data with zeros.