simularium / simulariumio

Python package that converts simulation outputs to the format consumed by the Simularium viewer website
Apache License 2.0
5 stars 3 forks source link

update smoldyn autoconversion templates to match design spec #170

Closed ascibisz closed 8 months ago

ascibisz commented 8 months ago

Problem

Need to update the templates to match the design specifications for the autoconversion form (see here)

Link to story or ticket

Solution

Updated the smoldyn template and the relevant base templates to match the design spec. Also updated the related from_dict data class methods to match the template changes.

I tested using the example viewer, switching the URL for fetching the templates to look for this branch, and using local octopus, installing this branch of simulariumio for the autoconversion piece.

Type of change

Please delete options that are not relevant.

Open Questions:

codecov-commenter commented 8 months ago

Codecov Report

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

Comparison is base (10cbf7f) 93.07% compared to head (1a44027) 93.06%. Report is 2 commits behind head on main.

:exclamation: Your organization needs to install the Codecov GitHub app to enable full functionality.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #170 +/- ## ========================================== - Coverage 93.07% 93.06% -0.02% ========================================== Files 106 106 Lines 4941 4943 +2 ========================================== + Hits 4599 4600 +1 - Misses 342 343 +1 ```

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