Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
f07e59b69b |
@@ -7,8 +7,8 @@ SPDX-License-Identifier: Apache-2.0
|
|||||||
<table>
|
<table>
|
||||||
<tr>
|
<tr>
|
||||||
<td>
|
<td>
|
||||||
<a href="https://github.com/mathLab/PINA/raw/master/readme/pina_logo.png">
|
<a href="readme/pina_logo.png">
|
||||||
<img src="https://github.com/mathLab/PINA/raw/master/readme/pina_logo.png"
|
<img src="readme/pina_logo.png"
|
||||||
alt="PINA logo"
|
alt="PINA logo"
|
||||||
style="width: 220px; aspect-ratio: 1 / 1; object-fit: contain;">
|
style="width: 220px; aspect-ratio: 1 / 1; object-fit: contain;">
|
||||||
</a>
|
</a>
|
||||||
|
|||||||
Binary file not shown.
|
Before Width: | Height: | Size: 177 KiB After Width: | Height: | Size: 411 KiB |
@@ -337,10 +337,6 @@ class AbstractProblem(metaclass=ABCMeta):
|
|||||||
# If the condition does not have a domain attribute, store
|
# If the condition does not have a domain attribute, store
|
||||||
# the input and target points
|
# the input and target points
|
||||||
keys = condition.__slots__
|
keys = condition.__slots__
|
||||||
values = [
|
values = [getattr(condition, name) for name in keys]
|
||||||
getattr(condition, name)
|
|
||||||
for name in keys
|
|
||||||
if getattr(condition, name) is not None
|
|
||||||
]
|
|
||||||
data[condition_name] = dict(zip(keys, values))
|
data[condition_name] = dict(zip(keys, values))
|
||||||
self._collected_data = data
|
self._collected_data = data
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
[project]
|
[project]
|
||||||
name = "pina-mathlab"
|
name = "pina-mathlab"
|
||||||
version = "0.2.4"
|
version = "0.2.5"
|
||||||
description = "Physic Informed Neural networks for Advance modeling."
|
description = "Physic Informed Neural networks for Advance modeling."
|
||||||
readme = "README.md"
|
readme = "README.md"
|
||||||
authors = [
|
authors = [
|
||||||
|
|||||||
Binary file not shown.
|
Before Width: | Height: | Size: 51 KiB After Width: | Height: | Size: 411 KiB |
BIN
tutorials/static/pina_logo.png
vendored
BIN
tutorials/static/pina_logo.png
vendored
Binary file not shown.
|
Before Width: | Height: | Size: 51 KiB After Width: | Height: | Size: 411 KiB |
Reference in New Issue
Block a user