Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CSV parser and algo that eliminates cycle #45

Closed
wants to merge 49 commits into from

Conversation

vanoha
Copy link
Contributor

@vanoha vanoha commented Aug 22, 2023

Upgraded parser of work graph that received from .csv file:

  • solved some bugs
  • upgraded algo of removing cycles
  • rewriting some code in history.py, which increased performance (added matrix calculation)
  • a user behavior script appeared: the user can decide what stage of data readiness he/she is currently in (is data has expert info, that shouldn't be removed during restore links based on history)

vanoha01 and others added 30 commits June 26, 2023 15:07
- read input work graph (file in .csv format);
- preprocess received input work graph;
- search for loops in the graph;
- if there are loops, parser breaks them;
- construct work graph.
- read input work graph (file in .csv format);
- preprocess received input work graph;
- search for loops in the graph;
- if there are loops, parser breaks them;
- construct work graph.
… feature/parsing_input_data

# Conflicts:
#	sampo/scheduler/multi_agency/multi_agency.py
…s is explained by failed tests with caching 'session' fixtures
…s is explained by failed tests with caching 'session' fixtures
…ng input data: contractor can be build from .csv file not only work graph.
… feature/parsing_input_data

# Conflicts:
#	tests/parser/csv_parser_test.py
…_data

# Conflicts:
#	pyproject.toml
#	sampo/scheduler/genetic/base.py
#	sampo/scheduler/genetic/operators.py
#	sampo/schemas/schedule_spec.py
#	tests/parser/csv_parser_test.py
…ng input data: contractor can be built from .csv file not only work graph.
…ng input data: contractor can be built from .csv file not only work graph.
vanoha01 and others added 17 commits August 1, 2023 15:19
… feature/parsing_input_data

# Conflicts:
#	sampo/userinput/parser/history.py
…hanged when the framework reconstructs linkage information based on historical data.

In addition, a user can post links between tasks without any information, and the framework will not modify the links, but the information will.
@vanoha vanoha added the enhancement New feature or request label Aug 22, 2023
@vanoha vanoha closed this Aug 22, 2023
@vanoha vanoha reopened this Aug 22, 2023
…_data

# Conflicts:
#	pyproject.toml
#	sampo/schemas/time_estimator.py
#	sampo/userinput/parser/csv_parser.py
#	sampo/userinput/parser/general_build.py
#	sampo/userinput/parser/history.py
#	tests/parser/csv_parser_test.py
@vanoha vanoha closed this Aug 22, 2023
@vanoha vanoha reopened this Aug 22, 2023
@vanoha vanoha closed this Aug 22, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants