-
Notifications
You must be signed in to change notification settings - Fork 57
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
Wrapping up GEMINI development #3729
Conversation
haitamlaarabi
commented
Feb 17, 2023
- Integrating Advanced Public SPMC
- Integrating Ridehail SPMC
- Updating ScaleUpCharging
- Updating HELICS deployment
- Refactoring
Test Now! |
Test now! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I was light on the R and Python review. Requesting change because of the missing BeamConfig file
echo "recorder started" | ||
sleep 5s | ||
cd - | ||
path: /home/ubuntu/install-and-run-helics-scripts.sh |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Does anything call this?
src/main/scala/beam/agentsim/infrastructure/ChargingFunctions.scala
Outdated
Show resolved
Hide resolved
test! |
For some reason, this change fixes the failing test locally I'll push this change and run CI again. @haitamlaarabi, please review the quoted message and let me know if you agree with it. |
Without this check, this filter makes that an EV cannot, in any circumstance, park somewhere where there is not a charger.
test! passed (test getting stuck skipped) |
test! (same as before) |
test! passed, including the test previously getting stuck. Will run CI another 2 times at least to make sure. |
test! |
… the existence of parking zones without chargers.
test! CI wasn't working. |
1 similar comment
test! CI wasn't working. |
test! This passed, testing again to see it if was a fluke. |
test! Failed with test stuck. |
… investigate issue. Also, reverts the parking file changed on previous commit "Modifying DrivingTimeCost test to check if it is getting stuck due to the existence of parking zones without chargers."
test! Passed. |
test! Still gets stuck without RH with human drivers, so it is most likely something related to L5 RH or both. |
…icles from the test getting stuck to investigate issue.
test! fmt failed. |
test! Passed. |
4 similar comments
test! Passed. |
test! Passed. |
test! Passed. |
test! Passed. |
I was able to reproduce the stuck issue locally as well, and it is definitely related to parallelism. Also, from the CI results, it seems like the issue is only related to L5 automated RH electric vehicles, so RH electric vehicles with human drivers is not the source of the issue. |
…tigated on another PR (was not originated here) Also, changes ride hail fleet and the related test to their original state with both automated and non-automated vehicles.
test! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Approving since AV RH issue was proven to not be caused by these changes.
This issue will continue to be investigated on #3766.