Skip to content

changing conversion script type tests

Christian Foerster requested to merge test_conversion_script_change into development

Hi Uwe,

I wrote 3 tests:

  • source conversion script from py to r
  • source conversion script from py to jl
  • source_type conversion script from py to jl

I found a two issues:

  1. when pool update-operational is executed in the cli tests the --cop-raw-files flag seems to be True, I'm not passing the argument and I tried turning it off, via the click default False argument, I didn't manage though. Ideas?

  2. data converted by Julia conversion scripts do not end up in the database. :/ After changing the conversion script I'm passing a file containing data with this date 2022-01-05. It's not in the signal table for Julia conversion scripts.

If something is unclear regarding the tests, let's have a quick chat via zoom.

Have a great one! Christian

Merge request reports