flaxandteal / dewret

DEclarative Workflow REndering Tool
Apache License 2.0
1 stars 0 forks source link

Fix/31 return tuple #49

Closed KamenDimitrov97 closed 1 month ago

KamenDimitrov97 commented 1 month ago

Summary

This PR enhances the tuple[float, float] support in Dewret, initial implementation issues encountered during testing.

Changes

Issues

  1. Still need to fix conflicts with base branch
  2. Comments are left in renderers/cwl.py, code on line 140 no longer returns for example
    [int, double]

    but returns:

    - int
    - double

    for some unknown reason. This method of creating an array does not cause any issues with the CWL format.