First time here? Check out the Help page!
1 | initial version |
Here is a general answer for PAT project cleanup that could be used for a number of use cases. This would include copying a pat project, distributing a PAT project to someone else, or committing a PAT project to a version control repository like Git.
At this point you have clean PAT project that is ready to be copied, zipped and emailed to someone, or committed to a version control repository.
A bonus step if you developed and tested any of the measures in your PAT project. Some measure tests result in an "outputs" directory. This is used to store test results but not needed to run a measure. You should not see this on measure from BCL but may on measure you wrote and tested on your own. If the measure happens to be a reporting measure then the "outputs" directory will contain full simulation results for one or more test. This will make your file much larger to copy or commit.
2 | No.2 Revision |
Here is a general answer for PAT project cleanup that could be used for a number of use cases. This would include copying a pat project, distributing a PAT project to someone else, or committing a PAT project to a version control repository like Git.
At this point you have clean PAT project that is ready to be copied, zipped and emailed to someone, or committed to a version control repository.
A bonus step if you developed and tested any of the measures in your PAT project. Some measure tests result in an "outputs" directory. This is used to store test results but not needed to run a measure. You should not see this on measure from BCL but may on measure you wrote and tested on your own. If the measure happens to be a reporting measure then the "outputs" directory will contain full simulation results for one or more test. This will make your file much larger to copy or commit.