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

Using filesystem path 2 [ANT-1999] #2454

Merged
merged 77 commits into from
Oct 16, 2024
Merged
Changes from 1 commit
Commits
Show all changes
77 commits
Select commit Hold shift + click to select a range
9c588d8
thermal areas.ini
payetvin Oct 7, 2024
c03df07
thermal area list
payetvin Oct 7, 2024
461ea8f
renew list
payetvin Oct 7, 2024
42686ea
read adq patch
payetvin Oct 8, 2024
d662e78
hydro credit
payetvin Oct 8, 2024
5336912
hydro credit
payetvin Oct 8, 2024
330a406
Merge branch 'feature/use-std-fs' of https://github.com/AntaresSimula…
payetvin Oct 8, 2024
dc39ada
hydro LoadDailyMaxEnergy
payetvin Oct 8, 2024
33a2bbe
remove using namespaces
payetvin Oct 8, 2024
c64e23b
generaldata
payetvin Oct 8, 2024
d9b65a1
format
payetvin Oct 8, 2024
7d3ef46
layers
payetvin Oct 8, 2024
30aa8d6
load crorrelation
payetvin Oct 8, 2024
617e25d
constraint
payetvin Oct 8, 2024
2153b73
fix hydro capacity
payetvin Oct 8, 2024
5cd22da
fix adq
payetvin Oct 8, 2024
f38340d
binding constraints
payetvin Oct 8, 2024
cbed456
fix constraints
payetvin Oct 8, 2024
7f6a639
xcast data
payetvin Oct 8, 2024
9b5468e
remove using yni
payetvin Oct 8, 2024
a1a231e
links
payetvin Oct 8, 2024
b8004d1
Merge remote-tracking branch 'origin/develop' into feature/use-std-fs
payetvin Oct 8, 2024
c28c0f1
in solevr 1
payetvin Oct 9, 2024
bf387aa
survey results
payetvin Oct 9, 2024
b410436
fix windows compil
payetvin Oct 9, 2024
e81cc7e
fix windows compil 2
payetvin Oct 9, 2024
3a3dc42
fix windows compil 3
payetvin Oct 9, 2024
f215166
xcast
payetvin Oct 9, 2024
b1bcbbc
test sts
payetvin Oct 9, 2024
3417282
reportbuilder 1
payetvin Oct 9, 2024
ed72ed4
reportbuilder 2
payetvin Oct 9, 2024
ee6bc3d
reportbuilder 3
payetvin Oct 9, 2024
5db13ce
reportbuilder 4
payetvin Oct 9, 2024
2db9827
fix sts windows
payetvin Oct 9, 2024
8f4471d
fix sts windows 2
payetvin Oct 9, 2024
9074df1
fix path output var
payetvin Oct 10, 2024
537d396
remove namespace using in header
payetvin Oct 10, 2024
1aa8a07
include yuni in xcast
payetvin Oct 10, 2024
a0f56fd
remove yuni include
payetvin Oct 10, 2024
7428ae5
revert 34172823169a15693abc14950ecca61f9136f841
payetvin Oct 10, 2024
a4acddf
fix compile
payetvin Oct 10, 2024
89d2d5a
xcast
payetvin Oct 10, 2024
e1aa1fc
more cleaning
payetvin Oct 10, 2024
d63c473
report builder
payetvin Oct 10, 2024
a169432
ts generator hydro
payetvin Oct 10, 2024
f887bee
solver utils
payetvin Oct 10, 2024
18cfe02
cleaning, hydro series
payetvin Oct 11, 2024
c76e5cb
more hydro
payetvin Oct 11, 2024
d071366
more cleaning
payetvin Oct 11, 2024
f27f800
fix windows
payetvin Oct 14, 2024
097168d
Revert "fix windows"
payetvin Oct 14, 2024
40b8a2d
Revert "more cleaning"
payetvin Oct 14, 2024
3fa6bd9
clean
payetvin Oct 14, 2024
ab80b1f
add todo remove with GUI to study output
payetvin Oct 14, 2024
52bc327
xcast
payetvin Oct 14, 2024
44791d4
prepro hydro
payetvin Oct 14, 2024
9166476
remove conversion from area list
payetvin Oct 14, 2024
408ab9d
store ts numbers
payetvin Oct 14, 2024
4af3689
links ts numbers
payetvin Oct 14, 2024
2ec9523
mark gui function as deprecated
payetvin Oct 15, 2024
4b96d27
format
payetvin Oct 15, 2024
7cd1eb0
add entry from buffer use path
payetvin Oct 15, 2024
9c87b88
Revert "format"
payetvin Oct 15, 2024
40dd4b0
Revert "mark gui function as deprecated"
payetvin Oct 15, 2024
7acbb35
format
payetvin Oct 15, 2024
d4df6c2
windows compile
payetvin Oct 15, 2024
b89512c
remove conversion + sep cluster list
payetvin Oct 15, 2024
f11b844
more rm useless conversion
payetvin Oct 15, 2024
5901006
yuni str conv
payetvin Oct 15, 2024
40abe46
more conv
payetvin Oct 15, 2024
0266a02
yuni str
payetvin Oct 15, 2024
9b1439d
last useless conversion
payetvin Oct 15, 2024
6e067fd
prepro
payetvin Oct 15, 2024
6bc87fc
add todo remove with gui
payetvin Oct 15, 2024
ae979cb
code smells
payetvin Oct 16, 2024
1431928
hydro container
payetvin Oct 16, 2024
2622842
format
payetvin Oct 16, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
fix constraints
payetvin committed Oct 8, 2024
commit cbed45624c85169633723fb896783bad7e303735
Original file line number Diff line number Diff line change
@@ -203,7 +203,7 @@ bool BindingConstraintsRepository::loadFromFolder(Study& study,
EnvForLoading env(study.areas, study.header.version);
env.folder = folder;

env.iniFilename = env.folder / "bindingconstraints.ini";
env.iniFilename = folder / "bindingconstraints.ini";
IniFile ini;
if (!ini.open(env.iniFilename))
{
Original file line number Diff line number Diff line change
@@ -48,7 +48,7 @@ class EnvForLoading final

Yuni::Clob buffer;
Matrix<>::BufferType matrixBuffer;
std::filesystem::path folder;
Yuni::Clob folder;

//! List of areas
AreaList& areaList;