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

Ranges nach dem Filtern der schon existierenden Punkte testen #86

Closed
nils-prommersberger opened this issue Aug 4, 2024 · 1 comment · May be fixed by #101
Closed

Ranges nach dem Filtern der schon existierenden Punkte testen #86

nils-prommersberger opened this issue Aug 4, 2024 · 1 comment · May be fixed by #101
Assignees

Comments

@nils-prommersberger
Copy link
Collaborator

Die vom Nutzer eingegebenen und vom Programm überprüften Ranges werden vor der Submittierung in kleinere Ranges aufgeteilt, sollten sich SimulationRuns, die von der Range abgedeckt sein sollten in der Datenbank befinden.
Die Aufteilung passiert in simulation_controller/util/simulation_request_helper.

@nils-prommersberger
Copy link
Collaborator Author

nils-prommersberger commented Aug 5, 2024

Die Blöcke, die in split() um einen Punkt generiert werden, überschneiden sich. -> Bug (SimulationRuns werden doppelt losgeschickt.)

Dies kann man Lösen, indem man die splits neu definiert und die Ranges anpasst.

@paxuy paxuy self-assigned this Aug 15, 2024
@paxuy paxuy linked a pull request Aug 15, 2024 that will close this issue
@paxuy paxuy closed this as completed Sep 29, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants