Commit d08a643e authored by Gamage B.G.N.U's avatar Gamage B.G.N.U

Merge branch 'IT17181570' into 'master'

Currently modified ProbabilityDistributionQuestionComparation java class

See merge request !69
parents 9b5a26ae a9d7065b
......@@ -38,7 +38,7 @@ android {
// python.exe file path *********** please change this according to your file path
python{
buildPython "C:/Users/Navod/AppData/Local/Programs/Python/Python39/python.exe"
buildPython "C:/Users/Cool/AppData/Local/Programs/Python/Python39/python.exe"
}
}
......
......@@ -86,7 +86,7 @@ public class ProbabilityDistributionQuestionComparation {
String[] printQuestion = new String[500];
List<ProbabiltyDistributionCSVfile> probDistributionQuestions= new ArrayList<>();
List<String> StringprobdistributionQuestions= new ArrayList<>();
//InputStream is = getResources().openRawResource(R.raw.propabilitydistribution);
BufferedReader reader = new BufferedReader(
new InputStreamReader(in, Charset.forName("UTF-8"))
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment