Skip to content

Conversation

@sayalaruano
Copy link
Collaborator

Updated the config_manager class to create a config file from a directory. Also, the main and report_generator scripts were modified to adjust for the changes.

… to use html code instead of md

This was added to support absolute paths, the md code did not recognize absolute paths
First version of the config generator as and independent module
…edgelist and adjlist nets stored as csv or txt
…ry in config_manager. Closes: #1

The code that was before in an independent module was added to config_manager. So, this class controls all config stuff.
@sayalaruano sayalaruano merged commit 9ee2b4c into main Dec 11, 2024
5 checks passed
@sayalaruano sayalaruano deleted the config-generator branch December 11, 2024 16:45
try:
from enum import StrEnum
except ImportError:
from strenum import StrEnum
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

we need to delete the comment

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants