Skip to content

Commit

Permalink
Fix class package
Browse files Browse the repository at this point in the history
  • Loading branch information
dhadka authored Apr 6, 2024
1 parent 89956af commit 58b94d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ jobs:
for i in $(seq 1 $trials)
do
hv=$(java -cp ".:lib/*" org.moeaframework.analysis.sensitivity.SetHypervolume -e "$eps" "./pf/$1")
hv=$(java -cp ".:lib/*" org.moeaframework.analysis.tools.SetHypervolume -e "$eps" "./pf/$1")
done
et=$((($(date +%s%N) - $ts)/1000000))
Expand Down

0 comments on commit 58b94d0

Please sign in to comment.