• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

GenXProject / GenX / 293
0%

Build:
DEFAULT BRANCH: main
Ran 04 Nov 2022 06:32PM UTC
Jobs 4
Files 105
Run time 16min
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

pending completion
293

push

travis-ci-com

web-flow
PR to merge Develop with main for version 0.3.3 release (#291)

* Fix multistage DDP bug for output writing

This PR attempts to fix writing of different multi-stage outputs by mentioning the relevant files in GenX.jl and accounting for network expansion

* Update dual_dynamic_programming.jl

Added network expansion condition checking to writing of network expansion output file.

* Time Varying Startup Cost 

This PR attempts to modify the startup cost formulation in commit.jl to reflect the variation with the hours. Instead of the original formulation:

@expression(EP, eCStart[y in COMMIT, t=1:T],(inputs["omega"][t]*inputs["C_Start"][y]*vSTART[y,t]))

it's now written as

@expression(EP, eCStart[y in COMMIT, t=1:T],(inputs["omega"][t]*inputs["C_Start"][y,t]*vSTART[y,t]))

And the doctoring has also been adjusted.

* Added the MGA iterations flag

Added ModelingToGenerateAlternativeIterations flag to GenX_settings.yml and set it to 3 arbitrarily. Tested with Julia 1.6.x, 1.7.x, 1.8.x, and 1.9.x

* One Zone MultiStage MGA Iterations

Flag added to settings

* MGA Iterations flag added to Three Zone MultiStage

In the settings file

* MGA Flag added to ISONE Trizone Multistage

Flag added to the setting file

* MGA iteration flag added to Retrofit Example case

Added to the settings yml file

* Gotten rid of OrdinaryDiffEq from Project.toml (#282)

* Gotten rid of OrdinaryDiffEq from Project.toml

Currently there's no need of this dependency and it ends up creating issues. So, better to get rid of it for now.

* Updated GenX.jl removing OrdinaryDiffEq

Removed the package dependency from GenX.jl

* Added Julia 1.7, 1.8, 1.9, and nightly 

Reinstated the nightly Julia build and added versions 1.7, 1.8, and 1.9 of Julia to enable language upgrades to GenX

* README and documentation update

For version 0.3.3

* Updated how_to_run_genx.md

With the notes of language upgrade

* Updated Project.to... (continued)

3 of 3854 relevant lines covered (0.08%)

0.01 hits per line

Jobs
ID Job ID Ran Files Coverage
1 293.1 04 Nov 2022 06:32PM UTC 0
0.08
Travis Job 293.1
2 293.2 04 Nov 2022 06:37PM UTC 0
0.08
Travis Job 293.2
3 293.3 04 Nov 2022 06:42PM UTC 0
0.08
Travis Job 293.3
5 293.5 04 Nov 2022 06:48PM UTC 0
0.08
Travis Job 293.5
Source Files on build 293
Detailed source file information is not available for this build.
  • Back to Repo
  • Build #293
  • b4765abc on github
  • Prev Build on main (#249)
  • Next Build on main (#296)
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc