Gaute Hope
Gaute Hope
Tests can be added with: https://click.palletsprojects.com/en/8.0.x/testing/, did not look like you already tested this way @vegardb ?
Hi, this is likely caused by a typo in reader_cmems.py -- there is a small fix in #151. You could try that directly or wait a bit and we will...
Just read the rest of your comment properly! The log mentions that cmems reader is outside the time-coverage. Are you sure it provides data for the simulation time?
Yes, currently the CMEMS reader does not check if the cmems parameters changed, and it does not seem like the motu client does so either. We would either have to...
I was curious to hear what @knutfrode had to say, and I think that maybe an easy way for users to make customizations without creating a new model is to...
Hm, good point. Maybe this is something xarray could do for us if we used it for those arrays. Is there a way for xarray /dask to write and cache...
So the conclusion is that this is unlikely to work with a quick implementation now.
> if you seed 2 points far away from each other, you will slice all the index in between. repetition of index is not an issue in numpy and even...
Test repository: https://github.com/gauteh/swan-stm32l4r5-quickstart Flashes and runs fine with probe-run.
Blinking is working, but I couldn't get the clock to work with 8Mhz: https://github.com/gauteh/swan-stm32l4r5-quickstart/blob/main/src/main.rs#L26, blinking and printing happily with the other clock though. Maybe @jspngh has an idea about whether...