xgi-org / xgi

CompleX Group Interactions (XGI) is a Python package for higher-order networks.
https://xgi.readthedocs.io
Other
171 stars 27 forks source link

feat: format XGI-DATA numbers #532

Closed doabell closed 3 months ago

doabell commented 3 months ago

Due to an upstream change in XGI-DATA (xgi-org/xgi-data#23), the XGI-DATA page now shows numbers without comma separators.

This PR adds the commas back.

codecov[bot] commented 3 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 92.16%. Comparing base (caf534b) to head (735fe4a).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #532 +/- ## ======================================= Coverage 92.16% 92.16% ======================================= Files 60 60 Lines 4417 4417 ======================================= Hits 4071 4071 Misses 346 346 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

doabell commented 3 months ago

@nwlandry Would you be able to take a quick look? Thanks!

Preview works properly on:

Properly changes commas to dots with a de-DE locale on Firefox Windows.

nwlandry commented 3 months ago

Nice work, @doabell! Looks great.