- extract, isolate and package it in a completely independent Python module, versioned and in a way that allows releases on PyPI.org - fixed error in placeholder for secondary school (data registry defaults) - added restriction in pytest version to install - expected number of new cases fix - data registry update (schema v2.1.1) - github update - deprecate ExpertApplication and CO2Application - changes to reflect schema update 2.0.2 - version update - Fixed error with f_inf (short-range) - new folder layout - Conditional probability data update - General fixes - Fitting results in L/S/person - CO2 fitting algorithm refinement
10 lines
161 B
Python
10 lines
161 B
Python
"""
|
|
High-level tests for the package.
|
|
|
|
"""
|
|
|
|
import caimira.calculator.models
|
|
|
|
|
|
def test_version():
|
|
assert caimira.calculator.models.__version__ is not None
|