Skip to content

Commit

Permalink
Update src/courses/mappers/13.md
Browse files Browse the repository at this point in the history
Co-authored-by: Copilot <[email protected]>
Signed-off-by: Aaron Lippold <[email protected]>
  • Loading branch information
aaronlippold and Copilot authored Dec 2, 2024
1 parent ebd3d1d commit 0f9b7d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/courses/mappers/13.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ yarn run test --verbose --silent=false ./test/mappers/forward/{YOUR-EXPORT-NAME-

3. After running this command, you should see two files named `SKELETON-hdf.json` and `SKELETON-hdf-withraw.json` appear in the `sample_jsons/SKELETON_mapper/` directory. Check these files to make sure that the OHDF mapper output looks correct and aligns with your mapping. `SKELETON-hdf.json` should match your mapping completely, while `SKELETON-hdf-withraw.json` should also include your original source data in the OHDF output file.

4. Recomment out the lines from step 1.
4. Re-comment out the lines from step 1.

5. Future uses of the command in step 2 will now leverage the baseline files you generated to perform regression testing. It will compare the contents of these generated files with temporary outputs created by the mapper instance to check for field alignment. Review the test output to ensure that the tests are all passing.

Expand Down

0 comments on commit 0f9b7d3

Please sign in to comment.