You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Music box interactive (specifically the API server) generates (and stores) configurations with the path camp_data/species.json. We need to decide if we need to make music-box conform to the api server, or the other way around. @mattldawson what do you think?
Some of the JSON configurations are not compatible with the python music-box and musica 0.7.3. For example, I made these corrections while testing:
--- a/interactive/api/static/examples/FLOW_TUBE/camp_data/config.json
+++ b/interactive/api/static/examples/FLOW_TUBE/camp_data/config.json
@@ -1,7 +1,7 @@
{
"camp-files" : [
}
--- a/interactive/api/static/examples/FLOW_TUBE/camp_data/species.json
+++ b/interactive/api/static/examples/FLOW_TUBE/camp_data/species.json
@@ -3,8 +3,7 @@
{
"name": "M",
"type": "CHEM_SPEC",
That is not an exhaustive list. Do we desire to make these corrections now or later?
The text was updated successfully, but these errors were encountered: