Closed kyllingstad closed 5 years ago
@ljamt:
We need an option for configuring the log verbosity. When running ´cse-core/test/data/ssp/demo´ it spends 30 seconds printing FMI Library debug messages.
Working on it. :)
@ljamt:
I've experienced several times that simulation doesn't start when running without specifing
begin-time
norduration
Weird! I'll investigate.
@ljamt:
I've experienced several times that simulation doesn't start when running without specifing
begin-time
norduration
I'm unable to reproduce this. I've tried running the dp-ship demo that you used as an example several times, and it always works. Are you still, and consistently, experiencing this problem?
Warning: I've rebased this branch on master
to resolve conflicts. (I know I said I wouldn't do that anymore, but due to the dependency of #4 on #3 it was the cleanest way.)
@ljamt:
I've experienced several times that simulation doesn't start when running without specifing
begin-time
norduration
I'm unable to reproduce this. I've tried running the dp-ship demo that you used as an example several times, and it always works. Are you still, and consistently, experiencing this problem?
I experienced this like 20% of the times when I tested last time. Now, I'm not able to reproduce this at all, so let's conclude that it is good.
This builds on the work in PR #1 and adds a new subcommand:
run
. It works pretty much as specified in Confluence, but with slightly more comprehensive documentation printed byhelp
.What is still missing compared to the specification is the ability to specify an algorithm and a step size. The reason is that
cse::load_ssp()
currently prevents us from doing that.~I've targeted this on the PR #1 branch so that all you see is the stuff I've added. I'll retarget it on
master
once #1 is merged.~Here is some example output: