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
This issue serves to document the unit testing of MemoryCapacity on the develop branch. Each entry corresponds to a complete unit test, which involves running either just test_braph2 or braph2memorycapacity_genesis (including test_braph2). This tracking remains on daily basis weekly basis until the next release.
The script is provided below to have full log and mat files:
clc; clear;
diary('log_braph2memorycapacity.txt');
tic
braph2memorycapacity_genesis
toc
save('test_results.mat')
diary off
Each entry should include the following information:
Test date [YYYY/MM/DD]
Test result [All good! / Something is wrong!]
Test duration [mins]
MATLAB version [R20XXx]
OS [Linux/Windows/macOS]
Memory (RAM) [e.g., 16 GB]
Processor [e.g., Intel i7 or AMD Ryzen]
Commit number [Git commit hash]
Command window log
MAT file containing the variables from the final test results
Screenshot confirming the completion of unit testing
Make sure you have the following toolboxes installed in MATLAB:
Statistics and Machine Learning Toolbox (required for most pipelines)
Parallel Computing Toolbox (optional)
Deep Learning Toolbox (optional, for deep learning analysis)
To ensure accurate and smooth testing, it’s recommended to run test_braph2 on a computer with no other applications running (e.g., close all web browsers and OneDrive syncs), ideally after a fresh reboot.
The text was updated successfully, but these errors were encountered:
This issue serves to document the unit testing of MemoryCapacity on the develop branch. Each entry corresponds to a complete unit test, which involves running either just
test_braph2
orbraph2memorycapacity_genesis
(includingtest_braph2
). This tracking remains ondaily basisweekly basis until the next release.The script is provided below to have full log and mat files:
Each entry should include the following information:
Make sure you have the following toolboxes installed in MATLAB:
To ensure accurate and smooth testing, it’s recommended to run test_braph2 on a computer with no other applications running (e.g., close all web browsers and OneDrive syncs), ideally after a fresh reboot.
The text was updated successfully, but these errors were encountered: