forked from matsim-org/matsim-libs
-
Notifications
You must be signed in to change notification settings - Fork 0
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
update matsim libs #69
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
there goes a chapter of my phd thesis... ;-(
…ctivity is possible
…into 2822-remove-old-transit-router
…ansit-router remove old transit router
…to CarrierControlerUtils afterwards.
…to add a larger memory request as VM argument. I am now additionally adding the arguments "--add-exports", "java.base/java.lang=ALL-UNNAMED", "--add-exports", "java.desktop/sun.awt=ALL-UNNAMED", "--add-exports", "java.desktop/sun.java2d=ALL-UNNAMED", because this seems to be needed to make jogl work on windows.
add VM arguments to second Java call from within the Gui to circumvent module encapsulation which breaks jogl on windows
before, the reading of the population just continued, even if one of the reader-threads had an exception. Now, the exception from a reader-thread is propagated to the main-thread.
…ptions-in-population-reader escalate exceptions during parallel population reading (Fix for matsim-org#2929)
Bumps `log4j.version` from 2.21.1 to 2.22.0. Updates `org.apache.logging.log4j:log4j-api` from 2.21.1 to 2.22.0 Updates `org.apache.logging.log4j:log4j-core` from 2.21.1 to 2.22.0 Updates `org.apache.logging.log4j:log4j-slf4j2-impl` from 2.21.1 to 2.22.0 --- updated-dependencies: - dependency-name: org.apache.logging.log4j:log4j-api dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: org.apache.logging.log4j:log4j-core dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: org.apache.logging.log4j:log4j-slf4j2-impl dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
…og4j.version-2.22.0 build(deps): bump log4j.version from 2.21.1 to 2.22.0
Bumps [net.bytebuddy:byte-buddy](https://github.com/raphw/byte-buddy) from 1.14.9 to 1.14.10. - [Release notes](https://github.com/raphw/byte-buddy/releases) - [Changelog](https://github.com/raphw/byte-buddy/blob/master/release-notes.md) - [Commits](raphw/byte-buddy@byte-buddy-1.14.9...byte-buddy-1.14.10) --- updated-dependencies: - dependency-name: net.bytebuddy:byte-buddy dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
…et.bytebuddy-byte-buddy-1.14.10 build(deps-dev): bump net.bytebuddy:byte-buddy from 1.14.9 to 1.14.10
…thin one hour) during estimation of charging time
…m-libs into evRoutingModule
ev: make a reasonable assumption about power compatibility during routing
* drt cancel functionality * rename StuckPrebookingTest * rename StuckPrebookingTest * remove unnecessary condition * extend testing on complex unscheduler * transform if to switch * make thread safe * restructuring: process booking events directly, rejection separately * move rejection events to next time step
# Conflicts: # contribs/drt/src/main/java/org/matsim/contrib/drt/analysis/DrtAnalysisControlerListener.java # contribs/drt/src/main/java/org/matsim/contrib/drt/prebooking/PrebookingManager.java # contribs/drt/src/main/java/org/matsim/contrib/drt/prebooking/PrebookingStopActivity.java # contribs/drt/src/main/java/org/matsim/contrib/drt/prebooking/analysis/PrebookingAnalysisHandler.java
Group Bookings DRT
Bumps org.apache.commons:commons-lang3 from 3.13.0 to 3.14.0. --- updated-dependencies: - dependency-name: org.apache.commons:commons-lang3 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
…rg.apache.commons-commons-lang3-3.14.0 build(deps): bump org.apache.commons:commons-lang3 from 3.13.0 to 3.14.0
Bumps com.opencsv:opencsv from 5.8 to 5.9. --- updated-dependencies: - dependency-name: com.opencsv:opencsv dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
…om.opencsv-opencsv-5.9 build(deps): bump com.opencsv:opencsv from 5.8 to 5.9
Bumps [org.apache.httpcomponents.client5:httpclient5](https://github.com/apache/httpcomponents-client) from 5.2.1 to 5.2.2. - [Changelog](https://github.com/apache/httpcomponents-client/blob/rel/v5.2.2/RELEASE_NOTES.txt) - [Commits](apache/httpcomponents-client@rel/v5.2.1...rel/v5.2.2) --- updated-dependencies: - dependency-name: org.apache.httpcomponents.client5:httpclient5 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
…rg.apache.httpcomponents.client5-httpclient5-5.2.2 build(deps): bump org.apache.httpcomponents.client5:httpclient5 from 5.2.1 to 5.2.2
nkuehnel
pushed a commit
that referenced
this pull request
Dec 2, 2024
Add tests with event comparison
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.