Skip to content

Removed ChargeDensity since it is in EMMO now #48

Removed ChargeDensity since it is in EMMO now

Removed ChargeDensity since it is in EMMO now #48

Workflow file for this run

name: CI tests
on: [push]
jobs:
build:
runs-on: ubuntu-latest
strategy:
max-parallel: 1
matrix:
python-version: [3.7]
steps:
- uses: actions/checkout@v2
with:
submodules: 'recursive'
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v1
with:
python-version: ${{ matrix.python-version }}
- name: Install EMMO-python
run: |
pip install EMMO
- name: Check EMMO
run: |
emmocheck --verbose atomistic.ttl
#emmocheck --local --verbose --check-imported -u atomistic.ttl