Skip to content

Commit

Permalink
fix: model classes (#167)
Browse files Browse the repository at this point in the history
### Summary of Changes

Fix some issues with the initial implementation of the classes for
tables, columns, and rows:

* Import them in `__init__.py` file so they can be used elsewhere.
* Add leading underscore to attribute names to indicate that they are
only for internal use.
* Turn class attributes into instance attributes.
* Add a dummy test for CI (can be removed once actual tests are
available).
  • Loading branch information
lars-reimann authored and Gerhardsa0 committed Dec 2, 2022
1 parent b01d532 commit a8e2193
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Runtime/safe-ds/tests/test_dummy.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
def test_dummy():
pass

0 comments on commit a8e2193

Please sign in to comment.