Skip to content
Snippets Groups Projects

SDP mesh functions

Closed Aleksandr Kurbatov requested to merge feature/sdp-mesh-update into develop
All threads resolved!
2 files
+ 0
23
Compare changes
  • Side-by-side
  • Inline
Files
2
"""Workflow steps that are shared across multiple workflows."""
import json
from operator import inv
from typing import Any
from orchestrator import inputstep, step
Loading