Skip to content

Commit

Permalink
Added test_synthesize_data.py
Browse files Browse the repository at this point in the history
  • Loading branch information
wehs7661 committed Apr 9, 2024
1 parent f5daa68 commit a7338c0
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions ensemble_md/tests/test_synthesize_data.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
####################################################################
# #
# ensemble_md, #
# a python package for running GROMACS simulation ensembles #
# #
# Written by Wei-Tse Hsu <wehs7661@colorado.edu> #
# Copyright (c) 2022 University of Colorado Boulder #
# #
####################################################################
"""
Unit tests for the module synthesize_data.py.
"""
from ensemble_md.analysis import analyze_traj

0 comments on commit a7338c0

Please sign in to comment.