spine-tools / SpinePeriods.jl

GNU Lesser General Public License v3.0
4 stars 1 forks source link

Add tests #1

Open junglegobs opened 4 years ago

junglegobs commented 4 years ago

Could someone add a test folder? An example of a database would already be a lot of help.

I'm currently confused as to whether representative_periods_should be defined within the database, since I get an error at:

rp=first(representative_period())

This is Seb from KU Leuven btw

manuelma commented 4 years ago

Hi Seb, thanks very much for trying it out. I will try to make it work and get back to you.

junglegobs commented 4 years ago

Thanks @manuelma - one easy fix is that somewhere there's a call to SpinePeriods.generate_temporal_structure() which should really be SpineOpt.generate_temporal_structure().

manuelma commented 4 years ago

Oh! Ok, I think the whole package needs a revision then.