Karana.KUtils.darts_model_file_converter
========================================

.. py:module:: Karana.KUtils.darts_model_file_converter

.. autoapi-nested-parse::

   Convert DARTS model files to SubGraphDS.

   This module contains tools to convert a DARTS model file to a SubGraphDS. Use the
   convertDARTSModelFile to do so.



Functions
---------

.. autoapisummary::

   Karana.KUtils.darts_model_file_converter.convertDARTSModelFile


Module Contents
---------------

.. py:function:: convertDARTSModelFile(filename: pathlib.Path | str) -> Karana.Dynamics.SOADyn_types.SubGraphDS

   Convert a DARTS model file into a SubGraphDS.

   :param filename: The DARTS model file to convert.
   :type filename: Path|str

   :returns: The SubGraphDS that corresponds with the provided DARTS model file.
   :rtype: SubGraphDS


