Skip to content
Snippets Groups Projects
Commit eaecebf8 authored by Jean-Baptiste Bayle's avatar Jean-Baptiste Bayle Committed by Jean-Baptiste Bayle
Browse files

Test that simulations can be run

parent 23e2aadc
No related branches found
No related tags found
1 merge request!81Resolve "Simulate the estimate for the SCET offset from TCB"
Pipeline #148266 passed
......@@ -2,8 +2,10 @@
# -*- coding: utf-8 -*-
# pylint: disable=missing-module-docstring
import unittest
from lisainstrument import Instrument
if __name__ == '__main__':
unittest.main()
def test_run():
"""Test that simulations can run."""
instru = Instrument(size=100)
instru.simulate()
#! /usr/bin/env python3
# -*- coding: utf-8 -*-
# pylint: disable=missing-module-docstring
import unittest
if __name__ == '__main__':
unittest.main()
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment