Open mkoivi-ms opened 2 years ago
You probably need to change src/test/resources/test.properties
to point at a location in FI.
Here is what Synthea normally contains:
Here is what the FI file shows now:
It should probably be something like this (or whatever you want, picking locations from the FI demographics file):
test_state.default = Uusimaa
test_state.alternative = Pirkanmaa
test_town.default = Helsinki
test_town.alternative = Tampere
Let me know if that fixes it. Happy to take a pull request if that works.
In general, it may help to read this series of "Other Areas" articles on the main Synthea wiki to help troubleshoot. https://github.com/synthetichealth/synthea/wiki/Other-Areas
We may also need to update the instructions for Finland in particular, or Synthea International in general. Happy to have suggestions if you find they are incorrect.
FI module installation fails according to instructions fails immediately to compilation error:
AppTest > testApp FAILED java.lang.ExceptionInInitializerError at org.mitre.synthea.world.geography.Location.(Location.java:102)
at org.mitre.synthea.engine.Generator.init(Generator.java:226)
at org.mitre.synthea.engine.Generator.(Generator.java:209)
at org.mitre.synthea.engine.Generator.(Generator.java:186)
at App.main(App.java:227)
at AppTest.testApp(AppTest.java:46)