Skip to content

Commit

Permalink
changed to float result
Browse files Browse the repository at this point in the history
  • Loading branch information
ramonski committed Mar 10, 2025
1 parent 81238ef commit e32dcbc
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -225,7 +225,7 @@ And finally check if indeed the analysis has the imported results:
>>> analyses = ar.getAnalyses()
>>> an = [analysis.getObject() for analysis in analyses if analysis.Title == 'HIV06ml'][0]
>>> an.getResult()
'18'
'18.0'
>>> an = [analysis.getObject() for analysis in analyses if analysis.Title == 'Test Total Results'][0]
>>> an.getResult()
'1800.0'

0 comments on commit e32dcbc

Please sign in to comment.