Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: use of ordered_json #709

Merged
merged 1 commit into from
Feb 10, 2021

Conversation

Corentin-Allaire
Copy link
Contributor

When the material map and tracking geometry where written to file they were not using ordered_json due to an oversight (the ordered_json had been converted to json before being written). This fix this issue so that the key appear in proper order in the files.

@Corentin-Allaire Corentin-Allaire added this to the next milestone Feb 10, 2021
@Corentin-Allaire Corentin-Allaire added Bug Something isn't working Component - Plugins Affects one or more Plugins Impact - Minor Nuissance bug and/or affects only a single module labels Feb 10, 2021
@codecov
Copy link

codecov bot commented Feb 10, 2021

Codecov Report

Merging #709 (af2ab86) into master (1e69ac6) will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #709   +/-   ##
=======================================
  Coverage   49.01%   49.01%           
=======================================
  Files         325      325           
  Lines       16574    16574           
  Branches     7744     7744           
=======================================
  Hits         8124     8124           
  Misses       3019     3019           
  Partials     5431     5431           

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 1e69ac6...4a09ebb. Read the comment docs.

@asalzburger asalzburger merged commit bd9115d into acts-project:master Feb 10, 2021
@paulgessinger paulgessinger modified the milestones: next, v6.0.0 Mar 2, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug Something isn't working Component - Plugins Affects one or more Plugins Impact - Minor Nuissance bug and/or affects only a single module
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants