Just starting out using firefly and recently installed it (within the last ~week). I had an issue trying to import SimpleFireReader and ArrayReader that traced to a capitalized D for DefaultSettings.json and DefaultParticleSettings.json in lines 638 and 642 of firefly/data_reader/settings.py, whereas the corresponding files in firefly/static/js/misc/ start with lowercase d. Changing the capitalization fixed the issue.
Just starting out using firefly and recently installed it (within the last ~week). I had an issue trying to import SimpleFireReader and ArrayReader that traced to a capitalized D for
DefaultSettings.json
andDefaultParticleSettings.json
in lines 638 and 642 of firefly/data_reader/settings.py, whereas the corresponding files in firefly/static/js/misc/ start with lowercase d. Changing the capitalization fixed the issue.