Dear orgnizers: Thanks for your work. When I do the MlCube Compatibility test in my local in test machine, What does the following error mean and how to fix it ? ? Field Validation Error: - data_preparation_mlcube: data_preparation_mlcube must be an integer if not running a compatibility test. Thanks a lot B. R Rizo

Created by Rizo Shi Rizo
@vchung ?The method you mentioned really works! Thank you again!
Hi @Rizo , This sounds like a bug that was recently patched by the MedPerf group - you may need to update your version of the MedPerf CLI. To update: - Change to the `medperf` directory then pull the latest changes: ```sh git pull ``` - Switch to the virtual environment (if you're using one), then re-install the MedPerf CLI from source: ```sh pip install --force-reinstall -e ./cli ``` - Remove the previous (outdated) MedPerf configurations: ```sh rm ~/mlcube.yaml && rm -rf ~/.medperf ``` - Set the logging level to "debug": ```sh medperf profile set --loglevel=debug ``` The [submission tutorial](https://www.synapse.org/#!Synapse:syn52939291/wiki/626233) has been updated accordingly, so if you prefer, you can read the notes there. Hope this helps!

MLcube Compatibility test page is loading…