We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 06aed48 commit d826280Copy full SHA for d826280
src/pytac/lattice.py
@@ -1,5 +1,5 @@
1
"""Representation of a lattice object which contains all the elements of the
2
- machine.
+machine.
3
"""
4
5
import logging
tests/test_machine.py
@@ -1,6 +1,6 @@
-""" This file tests the entire loading of the DLS machine from the CSV
- files in the data directory. These are more like integration tests,
- and allows us to check that the pytac setup is working correctly.
+"""This file tests the entire loading of the DLS machine from the CSV
+files in the data directory. These are more like integration tests,
+and allows us to check that the pytac setup is working correctly.
6
import re
0 commit comments