Skip to content

Commit

Permalink
Refactored and functionalized scenarios
Browse files Browse the repository at this point in the history
  • Loading branch information
ajkolenc committed Jan 26, 2025
1 parent 248defb commit ca57608
Show file tree
Hide file tree
Showing 36 changed files with 2,543 additions and 1,158 deletions.
2 changes: 1 addition & 1 deletion environment/configuration/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ docopt
matplotlib
networkx[default]
pyside6>=6.6
flet==0.24.*
flet==0.25.*
2 changes: 1 addition & 1 deletion source/package/adaptation_pathways/app/model/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@
from .metric import Metric
from .pathway import Pathway
from .pathways_project import PathwaysProject
from .scenario import Scenario, TimeSeriesPoint
from .scenario import Scenario
Loading

0 comments on commit ca57608

Please sign in to comment.