Skip to content

Commit

Permalink
test update
Browse files Browse the repository at this point in the history
  • Loading branch information
Gorkowski committed Apr 27, 2024
1 parent 848421e commit 3971a9c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion particula/next/tests/particle_activity_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ def test_kappa_parameter_activity_multiple_species():
def test_particle_activity_strategy_factory_molar_ideal():
"""Test creating a molar ideal activity strategy."""
strategy_type = "molar_ideal"
kwargs = {"molar_mass": [1.0, 2.0, 3.0]}
kwargs = {"molar_mass": np.array([1.0, 2.0, 3.0])}
activity_strategy = particle_activity_strategy_factory(
strategy_type, **kwargs)
assert isinstance(activity_strategy, MolarIdealActivity)
Expand Down

0 comments on commit 3971a9c

Please sign in to comment.