You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In PR #177, we add default values to many of the parameters. Some of these parameters, particularly those related to the name of the results file and the results directory, should always be their default value.
Description of idea
We should remove the following parameters from the input file and hardcode them:
db_name
output_path
Implementation details
We will need to do the following:
Delete the above variables from the input schema and input files
Determine where to hardcode the default values, then implement that.
Potential snags
This will break the API and be part of the full v0.5.0 release, but not the prerelease.
The text was updated successfully, but these errors were encountered:
Background and motivation
In PR #177, we add default values to many of the parameters. Some of these parameters, particularly those related to the name of the results file and the results directory, should always be their default value.
Description of idea
We should remove the following parameters from the input file and hardcode them:
db_name
output_path
Implementation details
We will need to do the following:
Potential snags
This will break the API and be part of the full v0.5.0 release, but not the prerelease.
The text was updated successfully, but these errors were encountered: