Skip to content

Commit 662f297

Browse files
committed
restore
1 parent 07c789f commit 662f297

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pina/loss/scalar_weighting.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
"""Module for Scalar Weighting Class"""
1+
"""Module for Loss Interface"""
22

33
from .weighting_interface import WeightingInterface
44
from ..utils import check_consistency

pina/loss/weighting_interface.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
"""Module for Weighting Interface"""
1+
"""Module for Loss Interface"""
22

33
from abc import ABCMeta, abstractmethod
44

0 commit comments

Comments
 (0)