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

Make test resources independent of execution time/place #63

Open
p-arvy opened this issue Apr 10, 2024 · 0 comments
Open

Make test resources independent of execution time/place #63

p-arvy opened this issue Apr 10, 2024 · 0 comments
Assignees

Comments

@p-arvy
Copy link
Member

p-arvy commented Apr 10, 2024

Describe the current behavior

Test resources correspond to the results of actual executions of OpenReac's AMPL code. Indicators include execution time, date and the local path where the code is executed. This information therefore depends on the time/machine on which the code is executed.

Describe the expected behavior

Test resources should be independent of the time and machine on which the AMPL code is run.
This could be achieved by setting empty (or default) values to the following indicators (only in resources indicators files):

  • ctime_start
  • _ampl_elapsed_time
  • _total_solve_time
  • operatingSystem
  • OS
  • COMPUTERNAME
  • directory

Describe the motivation

No response

Extra Information

No response

@p-arvy p-arvy self-assigned this Apr 10, 2024
@p-arvy p-arvy mentioned this issue Apr 10, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant