We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ead7af8 commit b968ce1Copy full SHA for b968ce1
1 file changed
tests/maf/test_opsimutils.py
@@ -111,3 +111,7 @@ def test_get_sim_data_hdf5(self):
111
112
data_hdf5 = opsimUtils.get_sim_data(hdf5_file, sqlconstraint="observationId < 10")
113
assert np.allclose(data_sqlite["fieldRA"], data_hdf5["fieldRA"])
114
+
115
116
+if __name__ == "__main__":
117
+ unittest.main()
0 commit comments