"""
Right now, the simulations are run in the spark-app. This may add penalty to the app runtime.
By de-coupling simulation we can also get the additional advantage of running simulations independently on any previously-run-app. This is also a goal of de-coupling.
"""
Copying from the related issue:
""" Right now, the simulations are run in the spark-app. This may add penalty to the app runtime.
By de-coupling simulation we can also get the additional advantage of running simulations independently on any previously-run-app. This is also a goal of de-coupling. """