Skip to content

Commit

Permalink
Fixing precommit
Browse files Browse the repository at this point in the history
  • Loading branch information
ferag committed Sep 10, 2024
1 parent 02c84ff commit ffc7c30
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/gbif/gbif_data.py
Original file line number Diff line number Diff line change
Expand Up @@ -465,7 +465,7 @@ def geographic_percentajes(df):
percentaje_geographic += 0.1 * percentaje_countries
percentaje_geographic += 0.05 * percentaje_coordinates_uncertainty
percentaje_geographic -= 0.2 * percentaje_incorrect_coordinates
percentaje_geographic= percentaje_geographic / 0.35
percentaje_geographic = percentaje_geographic / 0.35
except Exception as e:
logging.error(e)
return {
Expand Down

0 comments on commit ffc7c30

Please sign in to comment.