Changes
Page history
Update Verify a CRC1280 import
authored
Jan 13, 2025
by
Johannes Frenzel
Show whitespace changes
Inline
Side-by-side
system/how-to/Verify-a-CRC1280-import.md
View page @
3ab750fe
---
title
:
Verify a CRC1280 import
---
## Start bash on the web container
*
Start bash on the web container
...
...
@@ -56,7 +57,7 @@ To verify the import for a specific experiment in the importer, we need two para
`entry_id = 20409`
**
Run the verification from the rails console
**
####
Run the verification from the rails console
Verify the import of a specific experiment in the importer
...
...
@@ -74,7 +75,7 @@ experiment_status, report_path = VerifyCRCDatasetImport.verify_experiment_and_re
The method returns the verification status and the path to the full csv report.
**
Run the verification using the rake task
**
####
Run the verification using the rake task
To run the rake task to verify the experiment in the importer
...
...
@@ -109,7 +110,7 @@ To verify the import for all the experiments in the importer, we need the parame
`import_id=49`
**
Run the verification from the rails console
**
####
Run the verification from the rails console
Verify all experiments in the importer
...
...
@@ -121,7 +122,7 @@ experiment_status, report_path = VerifyCRCDatasetImport.verify_import(49)
The method returns the verification status and the path to the csv reports (one for each experiment in the importer).
**
Run the verification using the rake task
**
####
Run the verification using the rake task
To run the rake task to verify all experiments in the import
...
...
...
...