uafgeotools/mtuq

Need for small QOL improvement for mtuq.event.Force

Closed this issue · 3 comments

The mtuq.event.Force() is currently lacking a method that outputs the force vector as a dictionary.

It would be convenient to have a similar method that in [mtuq.event.Force()] (

def as_dict(self):
)

so that it is easier to build an output dictionary to save it as a JSON file (as in DetailedAnalysis.py)

Looks good to me!

Added in #224