Skip to content

Commit

Permalink
[MAINT] Improve some tests and refactor dev experience to be in line …
Browse files Browse the repository at this point in the history
…w/ dowhy (#74)

* Add some more tests to m-separation
* consolidate wrt dowhy to poetry tools

---------

Signed-off-by: Adam Li <adam2392@gmail.com>
  • Loading branch information
adam2392 committed Apr 27, 2023
1 parent 6342964 commit 8658c5b
Show file tree
Hide file tree
Showing 6 changed files with 354 additions and 346 deletions.
1 change: 1 addition & 0 deletions .github/workflows/circle_artifacts.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
on: [status]
jobs:
circleci_artifacts_redirector_job:
if: "${{ startsWith(github.event.context, 'ci/circleci: build_doc') }}"
runs-on: ubuntu-20.04
name: Run CircleCI artifacts redirector
steps:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:

# check formatting of the code style
- name: Check code formatting
run: poetry run poe check_format
run: poetry run poe format_check

# this applies various linting
- name: Lint codebase
Expand Down
4 changes: 2 additions & 2 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -148,11 +148,11 @@ You can verify that your code will pass certain style, formatting and lint check

``verify`` runs a sequence of tests that can also be run individually. For example, you can check code formatting with black:

poetry run poe check_format
poetry run poe format_check

If you would like to automatically black format your changes:

poetry run poe apply_format
poetry run poe format

You can then check for code style and general linting:

Expand Down
Loading

0 comments on commit 8658c5b

Please sign in to comment.