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

GenXProject / GenX / 293 / 5
0%
main: 0%

Build:
DEFAULT BRANCH: main
Ran 04 Nov 2022 06:48PM UTC
Files 105
Run time 3s
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

04 Nov 2022 06:32PM UTC coverage: 0.075% (-0.01%) from 0.087%
293.5

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 3976 relevant lines covered (0.08%)

0.0 hits per line

Source Files on job 293.5
  • Tree
  • List 0
  • Changed 51
  • Source Changed 30
  • Coverage Changed 43
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 116
  • Travis Job 293.5
  • b4765abc on github
  • Prev Job for on main (#249.1)
  • Next Job for on main (#296.1)
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